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

            _oConfigReader.EncryptAppSettings();
        }