4
Answers

How to access a label from a class in c# windows

I have a c# windows application.It has a form with labels.I added a class. I want to be able to change the label text from the class,how can i achieve this.
 

Answers (4)