Ejemplo n.º 1
0
 private void MainWindow_Loaded(object sender, RoutedEventArgs e)
 {
     BookList.ItemsSource = _storeLogic.GetInventory();
 }