Esempio n. 1
0
 public IProcessAsyncOperation Execute(ExecutionCommand command, IConsole console)
 {
     DebuggingService.InternalRun(command, factory, console);
     return(this);
 }