示例#1
0
 private void AddBookInfoList(BookInformationList val)
 {
     BookList.MergeWith(val);
     RefreshAllBookList();
 }