D
Doru Roman
Hi,
I have a class MyClass and in the Button1_click() event I create an instance
of that class
MyClass myc = new MyClass();
In another event I want to access myc for serialization purposes.
Let's say it is Buton2_click() event .
How do I access myc object as it is invisible in the Button2_click event?
Thanks,
Doru
I have a class MyClass and in the Button1_click() event I create an instance
of that class
MyClass myc = new MyClass();
In another event I want to access myc for serialization purposes.
Let's say it is Buton2_click() event .
How do I access myc object as it is invisible in the Button2_click event?
Thanks,
Doru