예제 #1
0
 private void LoadBatch()
 {
     for (int i = 0; i < batchRepo.Count; i++)
     {
         cbb_BatchNumber.Items.Add(batchRepo.GetBatchNrByIndex(i));
     }
 }