摘要: /// /// XmlHelper 的摘要说明。 /// xml操作类 /// public class XmlHelper { protected string strXmlFile; protected XmlDocument objXmlDoc = new XmlDocument(); public XmlHelper(string XmlFile) { // //... 阅读全文
posted @ 2016-11-28 13:39 Dongjun.Lee 阅读(1621) 评论(0) 推荐(0)