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