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