Example #1
0
        /// <summary>
        /// ���������ļ�
        /// </summary>
        public static void DecryptAppSettings(SystemType type)
        {
            _oConfigReader = CreateReader(type);

            _oConfigReader.DecryptAppSettings();
        }