Example #1
0
 private void btnLastReceiptInfo_Click(object sender, EventArgs e)
 {
     lastCmd = FiscalCmd.LAST_RECEIPT_INFO;
     try
     {
         SendCommand(new CPResponse(bridge.Printer.GetLastDocumentInfo(false)));
     }
     catch
     {
         bridge.Log(FormMessage.OPERATION_FAILS);
     }
 }
Example #2
0
 private void btnDrawerInfo_Click(object sender, EventArgs e)
 {
     lastCmd = FiscalCmd.DRAWER_INFO;
     try
     {
         SendCommand(new CPResponse(bridge.Printer.GetDrawerInfo()));
     }
     catch
     {
         bridge.Log(FormMessage.OPERATION_FAILS);
     }
 }
Example #3
0
 private void btnDrawerInfo_Click(object sender, EventArgs e)
 {
     lastCmd = FiscalCmd.DRAWER_INFO;
     try
     {
         SendCommand(new CPResponse(bridge.Printer.GetDrawerInfo()));
     }
     catch
     {
         bridge.Log(FormMessage.OPERATION_FAILS);
     }
 }
Example #4
0
 private void btnLastReceiptInfo_Click(object sender, EventArgs e)
 {
     lastCmd = FiscalCmd.LAST_RECEIPT_INFO;
     try
     {
         SendCommand(new CPResponse(bridge.Printer.GetLastDocumentInfo(false)));
     }
     catch
     {
         bridge.Log(FormMessage.OPERATION_FAILS);
     }
 }