First off, I am completely new to C# (as of today).
I created a console application that has a user login screen. Once they enter the right credentials, I want to launch the windows form (the GUI).
I've found a plethora of examples on the web showing how to create a brand new windows form BUT THAT'S NOT WHAT I WANT. I've already created my own windows form and simply want that one to be launched.
In VB.NET it'd be a simple formname.show() but that's not the obvious answer here.
Thanks in advance for your assistance.
-Nothing to see. Move along.