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