Пример #1
0
 /// <exception cref="System.IO.IOException"/>
 private void LineWithLenCheck(params string[] commands)
 {
     Shell.CheckWindowsCommandLineLength(commands);
     Line(commands);
 }