Exemple #1
0
 private void SetChapterList()
 {
     ChapterList     = repo.GetChapters(SelectedBook);
     SelectedChapter = ChapterList[0];
 }