Searched refs:includeCommand (Results 1 – 2 of 2) sorted by relevance
45 …public StartCommand(Monitor monitor, IncludeFileCommand includeCommand) : base(monitor, "start", … in StartCommand() argument47 if(includeCommand == null) in StartCommand()51 IncludeCommand = includeCommand; in StartCommand()
214 …var includeCommand = new IncludeFileCommand(this, (x, y) => pythonRunner.TryExecutePythonScript(x,… in InitCommands()225 Commands.Add(includeCommand); in InitCommands()231 Commands.Add(new StartCommand(this, includeCommand)); in InitCommands()