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