Exemplo n.º 1
0
 private void BtSppPrint(string port, FileInfo file)
 {
     using (IWirelessPrinter btpHelper = new BtSppPrinter(port))
     {
         btpHelper.Print(PrepareContent(file.FullName));
     }
 }
Exemplo n.º 2
0
 private void BtSppPrint(string port, FileInfo file)
 {
     using (IWirelessPrinter btpHelper = new BtSppPrinter(port))
     {
         btpHelper.Print(file);
     }
 }