Exemplo n.º 1
0
 public override void Execute(AsmEditorContext context) => DeleteFieldDefCommand.Execute(undoCommandService, context.Nodes);
Exemplo n.º 2
0
 protected override void Execute(Context ctx)
 {
     DeleteFieldDefCommand.Execute(ctx.Nodes);
 }
Exemplo n.º 3
0
 protected override void ExecuteInternal(ILSpyTreeNode[] nodes)
 {
     DeleteFieldDefCommand.Execute(nodes);
 }
Exemplo n.º 4
0
 void DeleteExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     DeleteFieldDefCommand.Execute(MainWindow.Instance.SelectedNodes);
 }
Exemplo n.º 5
0
 public override void Execute(AsmEditorContext context)
 {
     DeleteFieldDefCommand.Execute(undoCommandManager, context.Nodes);
 }
Exemplo n.º 6
0
 public override void Execute(CodeContext context) => DeleteFieldDefCommand.Execute(undoCommandManager, context.Nodes);