Ejemplo n.º 1
0
 protected void PrintText(string text)
 => TextPrinter.WriteLine(text + "\n\n");
Ejemplo n.º 2
0
 protected void PrintTitle(string fileName)
 => TextPrinter.WriteLine($"обработчик {parserExt.ToUpper()} получил файл {fileName}");