Example #1
0
        /// <summary>
        /// ��ѯ���нڵ㼯��
        /// </summary>
        /// <returns></returns>
        public static Hashtable Query(SystemType type)
        {
            _oConfigReader = CreateReader(type);

            return _oConfigReader.Query();
        }