protected override void ExecuteInternal(ILSpyTreeNode[] nodes) { CreateEventDefCommand.Execute(nodes); }
protected override void Execute(Context ctx) { CreateEventDefCommand.Execute(ctx.Nodes); }
protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes) { return(CreateEventDefCommand.CanExecute(nodes)); }