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