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