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