Exemple #1
0
 private void SimpleWrite(string text)
 {
     _printer.Render(text, Font, Color, Position, Options, Alignment, Direction);
 }