示例#1
0
        /// <summary>
        /// 还原Mod对象
        /// </summary>
        public static Exam_Mod CreateExamMod(string dbname, string id)
        {
            Exam_Mod mod = new Exam_Mod();

            return((Exam_Mod)DBEngine.RestoreMod(dbname, table, key, mod, id));
        }