GUI Windows Forms C# Tutorial

class NewForm
{
     public static void Main()
     {
          new System.Windows.Forms.Form();
     }
}