I have a Class named Testing and a Form called TitleScreen. In TitleScreen I have a textBox1 who’s text I would like to be passed to a Class and then pass it back to my Form into a textBox2.
I know how to do only the basics in C# so if you try and make it simple as possible.
In your Class:
In your Form:
“I highly recommend that you read a book or tutorial that targets new users, otherwise there will be holes in your understanding of the language and the frameworks.”