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