2
Answers

Accessing variable input in A.cs in B.cs

I need to use a variable obtained from an input in textBox1 in A.cs, in B.cs. The variable is in a method in a class of A.cs. How do I do this?

Answers (2)