Simple question:
I used Application.Run
to start my application because I need it this way.
Now I want to add a form later in the code. But it doesn't open the form if I use new Form1
. Instead it runs everything else in the constructor of the class Form1. So somehow it ignores to open the form.