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