M
MikeAth via DotNetMonster.com
Hi all,
I have two different classes and one instance of the Form.
I would like to access the members of the Form instance in both classes
without having to create a new instance in the other class, because that
would give me access to different members than in the first instance and
would not behave as one global object. How can I do that, any guess?
Thanks.
I have two different classes and one instance of the Form.
I would like to access the members of the Form instance in both classes
without having to create a new instance in the other class, because that
would give me access to different members than in the first instance and
would not behave as one global object. How can I do that, any guess?
Thanks.