void OnBarcodeIn(object sender, AxBarcodeReaderLib._IReaderEvents_BarcodeInEvent e)
 {
     textBox1.Text = e.barcode;
 }
 void OnBarcodeIn(object sender, AxBarcodeReaderLib._IReaderEvents_BarcodeInEvent e)
 {
     this.label1.Content = e.barcode;
 }