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

            _oConfigReader.EncryptAppSettings();
        }