示例#1
0
文件: UserModel.cs 项目: burstas/rmps
        public bool Save()
        {
            const string file = "magickms.cfg";

            Uc.Properties prop = new Uc.Properties();
            prop.Load(file);
            prop.Save("magickms.cfg");
            return true;
        }