2009年7月31日

delegate event 以及lambda expression的基本例子(synchronous invocation)

摘要: ////////////////////// C#代码 Car.cs////////////////////using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace event_test{ class Car { private int speed; public Car(... 阅读全文

posted @ 2009-07-31 12:10 TobyLin的学习之路 阅读(226) 评论(0) 推荐(0) 编辑

导航