コード例 #1
0
ファイル: Dictionary.cs プロジェクト: zcy1990/CDMIS
 public List <SelectListItem> DictList()
 {
     return(CommonVariables.GetDictList());
 }