using System.Windows.Forms; class App { public static void Main() { Application.Run(new Form()); } }