Пример #1
0
 /// <summary>
 /// Set number of scanned lines
 /// </summary>
 /// <param name="line">Number of scanned lines to set</param>
 public void SetLine(int line)
 {
     tokenizer.SetScannedLines(line);
 }