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