I'm in the middle of college project and I'm having a hard time.
The system has a Form
main and when I call the second Form
the main is still visible. How do I hide the form
master while the second is open?
The code to call the second form
and this:
F_CalcSimples F_CalcSimples = new F_CalcSimples();
F_CalcSimples.ShowDialog();
If anyone can help, thank you very much!