Exemplo n.º 1
0
Arquivo: ZXS.cs Projeto: erdincay/ZXS
 public frmZXS()
 {
     InitializeComponent();
     reader = new BarcodeReader();
     db     = new ScanDBConnection();
 }
Exemplo n.º 2
0
 public Job(FileInfo file, BarcodeReader reader, ScanDBConnection db)
 {
     this.file   = file;
     this.reader = reader;
     this.db     = db;
 }