摘要:
URI:http://www.albahari.com/nutshell/cs4ch11.aspxEnumerating nodes with XmlReader使用XmlReader阅读器来对节点进行枚举读取<?xml version="1.0" encoding="utf-8" standalone="yes"?><customer id="123" status="archived"> <firstname>Jim</firstname> & 阅读全文
posted @ 2011-12-29 15:58
magic_evan
阅读(379)
评论(0)
推荐(0)
摘要:
public class MyEvent { /// <summary> /// 定义某一类事件的名称 /// </summary> private const string EventName = "MyEvent"; /// <summary> /// 定义某一类事件的名称 /// </summary> private const string EventName1 = "MyEvent1"; /// <summary> /// 事件集合 ... 阅读全文
posted @ 2011-12-29 15:14
magic_evan
阅读(225)
评论(0)
推荐(0)
浙公网安备 33010602011771号