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