예제 #1
0
 private bool CanPrint()
 {
     return(PrintItems.Any());
 }
예제 #2
0
 private bool PrintItemExists()
 {
     return(PrintItems.Any(x => x.Id.Equals(SelectedId())));
 }