Beispiel #1
0
 public bool TicketInEscrow(out string Barcode)
 {
     Barcode = String.Empty;
     return(AESImhei.BarcodeInEscrow(ref Barcode) != 0);
 }