Пример #1
0
 protected override void ExecuteInternal(ILSpyTreeNode[] nodes)
 {
     CreatePropertyDefCommand.Execute(nodes);
 }
Пример #2
0
 protected override void Execute(Context ctx)
 {
     CreatePropertyDefCommand.Execute(ctx.Nodes);
 }
Пример #3
0
 protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
 {
     return(CreatePropertyDefCommand.CanExecute(nodes));
 }