Example #1
0
 private bool ImprimirTexto(string texto)
 {
     return(_impressora.ImprimirTexto(texto));
 }