Beispiel #1
0
 public static void Main()
 {
     MvvmLight1.App app = new MvvmLight1.App();
     app.InitializeComponent();
     app.Run();
 }
Beispiel #2
0
 public static void Main() {
     MvvmLight1.App app = new MvvmLight1.App();
     app.InitializeComponent();
     app.Run();
 }