Look in Program.cs
in the Main
function for something like this
Application.Run(new MyForm());
Change MyForm
to your other form.
Look in Program.cs
in the Main
function for something like this
Application.Run(new MyForm());
Change MyForm
to your other form.