摘要:
namespace test{ #region 使用反射实现的抽象工厂 internal static class ReflectionFactory { private static String _windowType; private static String _styleType; static ReflectionFactory() { XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(@"f:/test.xml"); XmlNode xmlNode = xmlDoc.ChildNodes[0]; _wind 阅读全文
posted @ 2011-06-10 15:59
张占岭
阅读(727)
评论(0)
推荐(0)
浙公网安备 33010602011771号