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