Is it possible to access a property of a class from another class without creating a new instance?
I want to be able to alter the state/value of a property of a class from another class.
In my case I have a control who's code was automatically generated by visual studio and want to access it
from my own class.