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