コード例 #1
0
ファイル: ConfigReader.cs プロジェクト: ud223/jx
        /// <summary>
        /// ���������ļ�
        /// </summary>
        public static void DecryptAppSettings(SystemType type)
        {
            _oConfigReader = CreateReader(type);

            _oConfigReader.DecryptAppSettings();
        }