Exemplo n.º 1
0
 public ParallelScriptItem(string filePath, int waitMilliseconds)
 {
     FilePath         = filePath;
     WaitMilliseconds = waitMilliseconds;
     ScriptInRun      = null;
 }