How to access a control form from a constructor in another class
- by h1266
Hi,
C# question:
I have a textBox in a default form Form1 and I want to access (write on) it from a constructor in another class that is in another different file. How can I do it?
Tx in advance,
Gerard