Exemple #1
0
 private void SetBookList()
 {
     BookList     = repo.GetBooks();
     SelectedBook = BookList[0];
 }