Beispiel #1
0
 public override bool CanExecute(object parameter)
 {
     return(SelectionService.Any() && SelectionService.All(x => x is PartOperation));
 }
 protected static bool CanCopy()
 {
     return(SelectionService.SelectionCount > 0 && SelectionService.All(x => x.Archivable && !x.ParentLocked));
 }