예제 #1
0
 public static void Main()
 {
     MvvmLight1.App app = new MvvmLight1.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #2
0
파일: App.g.cs 프로젝트: olezhko/OLA-Player
 public static void Main() {
     MvvmLight1.App app = new MvvmLight1.App();
     app.InitializeComponent();
     app.Run();
 }