Well in VB6 when I'm trying to get the text from a textbox on a different form I just do
Code:
Form1.Text1.Text
but how would I do the same exact thing except in C#?