Interaction logic for App.xaml
상속: System.Windows.Application
예제 #1
0
 public static void Main()
 {
     BooksDesktopApp.App app = new BooksDesktopApp.App();
     app.Run();
 }