P
Patrick De Ridder
I have the following
A solution called SOL001
SOL001 contains a library LIB001
LIB001 contains Form1.cs
SOL001 also contains a windows application APP001
APP001 contains Form2.cs with button1.
How can I call Form1.cs by pressing button1 on Form2.cs? What code
should follow the button1_Click? Or how else should I do this?
A solution called SOL001
SOL001 contains a library LIB001
LIB001 contains Form1.cs
SOL001 also contains a windows application APP001
APP001 contains Form2.cs with button1.
How can I call Form1.cs by pressing button1 on Form2.cs? What code
should follow the button1_Click? Or how else should I do this?