Esempio n. 1
0
 public override IAsyncExecutionResult startExecutableAsync(string toExecute, string args, string workingDir = null)
 {
     if (_executor == null)
     {
         throw new NotSupportedException();
     }
     return(_executor.startExecutableAsync(toExecute, args, workingDir));
 }
Esempio n. 2
0
 public override IAsyncExecutionResult startExecutableAsync(string toExecute, string args, string workingDir = null)
 {
     return(executor.startExecutableAsync(toExecute, args, workingDir));
 }