Accessing a Windows App Object from another Class using C#.NET
- by mouthpiec
Hi,
I have a simple windows application where I have a window with some buttons and labels together with a couple of other classes.
My problem is that I have some methods in the classes in which I would like to update some labels in the main form. How is it possible to access the labels directly from the classes?
thanks