Esempio n. 1
0
 public static void FillComboMaKH(ComboBox cb, string ma, string ten)
 {
     DataProvider.FillCombo("sp_hienthikhachhang", cb, ma, ten);
 }
Esempio n. 2
0
 public static void FillComboMaTKHT(ComboBox cb, string ma, string ten)
 {
     DataProvider.FillCombo("sp_hienthiHT", cb, ma, ten);
 }
Esempio n. 3
0
 public static void FillComboTenTK(ComboBox cb, string ma, string ten)
 {
     DataProvider.FillCombo("sp_hienthiTC", cb, ma, ten);
 }