public PythonOptionsPanel(AddInOptions options) { this.options = options; }
public RunDebugPythonCommand(IWorkbench workbench, AddInOptions options, IDebugger debugger) : base(workbench, options, debugger) { Debug = true; }
public RunPythonCommand(IWorkbench workbench, AddInOptions options, IDebugger debugger) { this.workbench = workbench; this.debugger = debugger; this.options = options; }