示例#1
0
 protected override void ExecuteInternal(ILSpyTreeNode[] nodes)
 {
     DeleteMethodDefCommand.Execute(nodes);
 }
示例#2
0
 protected override void Execute(Context ctx)
 {
     DeleteMethodDefCommand.Execute(ctx.Nodes);
 }
示例#3
0
 void DeleteExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     DeleteMethodDefCommand.Execute(MainWindow.Instance.SelectedNodes);
 }