Hello,
C# !!!
How can i back from Application.Run to place where was is called?
or, what should i do, when i must to use Application.Run ( new MyMainForm() ) to run my application?
so i can´t use this way:
MyMainForm myForm = new MyMainForm();
myForm.ShowDial og();
Thanks
C# !!!
How can i back from Application.Run to place where was is called?
or, what should i do, when i must to use Application.Run ( new MyMainForm() ) to run my application?
so i can´t use this way:
MyMainForm myForm = new MyMainForm();
myForm.ShowDial og();
Thanks
Comment