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