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