Beispiel #1
0
        /// <summary>
        /// �жϽڵ��Ƿ����
        /// </summary>
        /// <param name="strKey">�ڵ��key</param>
        /// <returns></returns>
        public static bool IsExist(string strKey, SystemType type)
        {
            _oConfigReader = CreateReader(type);

            return _oConfigReader.IsExist(strKey);
        }