Ejemplo n.º 1
0
 private void getCustomer()
 {
     listCustomer = null;
     listCustomer = conDB.getCustomer();
     if (listCustomer != null)
     {
         customerName.Properties.Items.AddRange(listCustomer[1]);
         customerReceiveProduct.Properties.Items.AddRange(listCustomer[1]);
     }
 }