Beispiel #1
0
 protected void RunCommands()
 {
     CommandsList.ForEach(command => Proc.StandardInput.WriteLine(command));
     FinishCmd(Proc.StandardInput);
 }