Exemple #1
0
 public List <ComboBoxItemExt> GetComboBoxItemExt(string strSql)
 {
     return(Common_Func.GetComboBoxItemExt(strSql));
 }
Exemple #2
0
 public bool GetComboBoxItemByKeyExt(string key, ref List <ComboBoxItemExt> comboxBoxItemList, ref string strError)
 {
     return(Common_Func.GetComboBoxItemExt(key, ref comboxBoxItemList, ref strError));
 }