コード例 #1
0
        public System.Data.DataTable GetDictDataTable(string dictCode)
        {
            DictManager mgr = new DictManager();

            return(mgr.GetDataTable(dictCode));
        }