2
Answers

Accessing variable input in A.cs in B.cs

Daniel Koh

Daniel Koh

7y
176
1
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)