Exemplo n.º 1
0
 public PythonOptionsPanel(AddInOptions options)
 {
     this.options = options;
 }
 public RunDebugPythonCommand(IWorkbench workbench, AddInOptions options, IDebugger debugger)
     : base(workbench, options, debugger)
 {
     Debug = true;
 }
Exemplo n.º 3
0
 public RunPythonCommand(IWorkbench workbench, AddInOptions options, IDebugger debugger)
 {
     this.workbench = workbench;
     this.debugger  = debugger;
     this.options   = options;
 }