示例#1
0
文件: ConfigReader.cs 项目: ud223/jx
        /// <summary>
        /// ���������ļ�
        /// </summary>
        public static void DecryptAppSettings(SystemType type)
        {
            _oConfigReader = CreateReader(type);

            _oConfigReader.DecryptAppSettings();
        }