Beispiel #1
0
 protected override bool CanExecute(Context ctx)
 {
     return(PropertyDefSettingsCommand.CanExecute(ctx.Nodes));
 }
Beispiel #2
0
 protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
 {
     return(PropertyDefSettingsCommand.CanExecute(nodes));
 }