示例#1
0
文件: MHE.cs 项目: ilandembinsky8/pt1
 public bool TicketInEscrow(out string Barcode)
 {
     Barcode = String.Empty;
     return(AESImhei.BarcodeInEscrow(ref Barcode) != 0);
 }