Пример #1
0
        public int GetTopicMaxNum()
        {
            int         result  = 1;
            XmlDocument xmlNode = new WapTemplateHelper().GetXmlNode();

            int.TryParse(xmlNode.SelectSingleNode("root/TopicMaxNum").InnerText, out result);
            return(result);
        }
Пример #2
0
        public string GetDefaultBg()
        {
            XmlDocument xmlNode = new WapTemplateHelper().GetXmlNode();

            return(xmlNode.SelectSingleNode("root/DefaultBg").InnerText);
        }