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