Ejemplo n.º 1
0
 internal StandaloneExeTool(string exePath, CliSetTool inner)
 {
     this.exePath = exePath;
     this.inner   = inner;
 }
Ejemplo n.º 2
0
 internal PythonTool(string pythonPath, string scriptPath, CliSetTool inner)
 {
     this.pythonPath = pythonPath;
     this.scriptPath = scriptPath;
     this.inner      = inner;
 }