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