Exemplo n.º 1
0
 public override void Execute(CodeContext context) => TypeDefSettingsCommand.Execute(undoCommandManager, appWindow, context.Nodes);
Exemplo n.º 2
0
 public override void Execute(CodeContext context) => TypeDefSettingsCommand.Execute(undoCommandService, appService, context.Nodes);
Exemplo n.º 3
0
 protected override void Execute(Context ctx)
 {
     TypeDefSettingsCommand.Execute(ctx.Nodes);
 }
Exemplo n.º 4
0
 public override void Execute(AsmEditorContext context)
 {
     TypeDefSettingsCommand.Execute(undoCommandManager, appWindow, context.Nodes);
 }
Exemplo n.º 5
0
 protected override void ExecuteInternal(ILSpyTreeNode[] nodes)
 {
     TypeDefSettingsCommand.Execute(nodes);
 }