예제 #1
0
파일: MHE.cs 프로젝트: ilandembinsky8/pt1
 public bool TicketInEscrow(out string Barcode)
 {
     Barcode = String.Empty;
     return(AESImhei.BarcodeInEscrow(ref Barcode) != 0);
 }