摘要:
public class XmlUtility { protected string strXmlFile; protected XmlDocument objXmlDoc = new XmlDocument(); public XmlUtility(string XmlFile) { try { if (!File.Exists(XmlFile)) { CreatXmlFile(XmlFile)... 阅读全文
posted @ 2009-02-17 12:39
大-灰-狼
阅读(672)
评论(0)
推荐(0)
浙公网安备 33010602011771号