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