Ejemplo n.º 1
0
 public TestProcess StartProcess(string command, string arguments)
 {
     return(TestContext.StartProcess(command, arguments));
 }