Example #1
0
 private void btn_GetBooks_Click(object sender, RoutedEventArgs e)
 {
     // haetaan testiolioita
     books = BookShop.GetTestBooks();
     dgBooks.DataContext = books;
 }