public static void Main() { BookStore.WPF.App app = new BookStore.WPF.App(); app.InitializeComponent(); app.Run(); }