摘要: //从配置文件中获得LocalServiceDLL列表 GeneralXU 07-04-19 XmlEditClass xmlEditClass = new XmlEditClass(Application.StartupPath + @"\test.xml", XmlEditClass.enumXmlPathType.AbsolutePath); ... 阅读全文
posted @ 2007-04-19 23:27 GeneralXU 阅读(334) 评论(0) 推荐(0)
摘要: using System;using System.Xml;using System.Xml.XPath;using System.Xml.Xsl;using System.Web;using System.Collections;using System.Collections.Generic;using System.Text; namespace WWFCommonClassLib{ ... 阅读全文
posted @ 2007-04-19 23:24 GeneralXU 阅读(657) 评论(0) 推荐(0)