コード例 #1
0
 protected override bool CanExecute(Context ctx)
 {
     return(EventDefSettingsCommand.CanExecute(ctx.Nodes));
 }
コード例 #2
0
 protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
 {
     return(EventDefSettingsCommand.CanExecute(nodes));
 }