Beispiel #1
0
 private bool BarCodeExists()
 {
     return(CheckIfItemBarCodeExists.Check(textBox1.Text));
 }
Beispiel #2
0
 private bool WorkerIdExists()
 {
     return(CheckIfItemBarCodeExists.Check(txtDelete.Text));
 }