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