I have a simple windows form, and a label, from another class I have a loop and I want that every cycle loop the Text propriety of label in form class change, but I can't access it, I tried to make it public but nothing to do.
So how can I change label text from another class?