public static void Main() { DemoApplication.App app = new DemoApplication.App(); app.InitializeComponent(); app.Run(); }