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