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
EDIT: A little piece of code will help