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