Example #1
0
 public bool BatchUpdate(int dwMachineNumber)
 {
     return(objCZKEM.BatchUpdate(dwMachineNumber));
 }
 public bool BatchUpdate()
 {
     return(_czkem.BatchUpdate(_czkem.MachineNumber));
 }