|
Hi,
I have two classes, one form (mainGui) and one regular class (class1). mainGui creates class1 sending itself to the class1 constructor and is saved as a class variable. Now, I want to access mainGui components such as checkboxes, textboxes etc from class1.
How would I do that?
Thanks for all answers /Hubba
|