Example #1
0
 protected virtual void OnScanReady(Hasci.TestApp.DeviceControlContracts.BarcodeEventArgs e)
 {
     if (ScanReady != null)
     {
         ScanReady(this, e);
     }
 }
 protected virtual void OnScanReady(Hasci.TestApp.DeviceControlContracts.BarcodeEventArgs e)
 {
     if (ScanReady != null)
     {
         lock (lockBarcodeData)
         {
             ScanReady(this, e);
         }
     }
     _bReadingBarcode = false;
 }