Пример #1
0
 public static void Main()
 {
     BookReader.App app = new BookReader.App();
     app.InitializeComponent();
     app.Run();
 }