G
Guest
I'm creating a program that uses 2 windows forms. One form gets input from
the user and the other uses the input from the first form. When the second
form is instantiated the value from the first form gets trashed. How do I
get around this without using a global variable?
the user and the other uses the input from the first form. When the second
form is instantiated the value from the first form gets trashed. How do I
get around this without using a global variable?