摘要: namespace EventSample{ public class CarInfoEventArgs : EventArgs { public CarInfoEventArgs(string car) { this.Car = car; } public string Car { ge... 阅读全文
posted @ 2015-09-07 14:33 FiberHomer 阅读(213) 评论(0) 推荐(0) 编辑