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