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