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