2010年1月30日
摘要: 自己做的笔记,懒得文字说明了 阅读全文
posted @ 2010-01-30 23:16 一粒沙 阅读(436) 评论(0) 推荐(0) 编辑
摘要: Car.cs public class Car{ public event EventHandler<EventArgs> Exploded; public void show() { Exploded(this,EventArgs.Empty); }} public class CarEventArgs : EventArgs{} Program.cs static void M... 阅读全文
posted @ 2010-01-30 16:24 一粒沙 阅读(225) 评论(0) 推荐(0) 编辑