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