예제 #1
0
파일: ConfigReader.cs 프로젝트: ud223/jx
        /// <summary>
        /// ���������ļ�
        /// </summary>
        public static void DecryptAppSettings(SystemType type)
        {
            _oConfigReader = CreateReader(type);

            _oConfigReader.DecryptAppSettings();
        }