コード例 #1
0
 public bool CanExecuteLoadMoreCommand(Manga item)
 {
     return(IsNotBusy && (!Mangas.Any() /*|| !Mangas[0].IsLoading*/));
 }