会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
庚武讲堂
“庚武讲堂” v.gw66.net - 专业编程培训 · 最新IT资讯
CnBlogs
Home
New Post
Contact
Admin
Subscription
2010年5月23日
.net framework事件设计准则
代码订阅者Subscriber类:代码EventArgs:namespace CSDemos.Model{ public class PubEventArgs:EventArgs { private string _name; public string Name { get { return _name; } set { _name = value; } } private DateTime _...
Read More
posted @ 2010-05-23 17:49 庚武
Views(228)
Comments(0)
Diggs(0)
Edit
公告