Ejemplo n.º 1
0
 protected override void ExecuteInternal(ILSpyTreeNode[] nodes)
 {
     DeleteEventDefCommand.Execute(nodes);
 }
Ejemplo n.º 2
0
 protected override void Execute(Context ctx)
 {
     DeleteEventDefCommand.Execute(ctx.Nodes);
 }
Ejemplo n.º 3
0
 void DeleteExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     DeleteEventDefCommand.Execute(MainWindow.Instance.SelectedNodes);
 }