摘要:
自己做的笔记,懒得文字说明了 阅读全文
posted @ 2010-01-30 23:16
一粒沙
阅读(445)
评论(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
一粒沙
阅读(235)
评论(0)
推荐(0)
浙公网安备 33010602011771号