摘要: I have an object that I'm trying to bind its properties to two DateTimePicker controls. class Order { public DateTime OrderPlacedDate { get; } public Nullable ShippedDate { get; } } What is the ... 阅读全文
posted @ 2008-05-20 22:49 武广敬 阅读(589) 评论(0) 推荐(0)