Exemplo n.º 1
0
 public static void Print(this Printers.Printer printer, string[] text)
 {
     for (int i = 0; i < text.Length; i++)
     {
         printer.Print(text[i]);
     }
 }