示例#1
0
 private void ShowLibraryInListbox()
 {
     Listbox.ItemsSource = null;
     Listbox.ItemsSource = libraryRepository.GetAllLibraryItems();
 }