摘要:
usingDevExpress.Persistent.Base;usingSystem;//...publicclassCurrentMonthParameter:ReadOnlyParameter{publicCurrentMonthParameter():base("CurrentMonth",typeof(int)){}publicoverrideobjectCurrentValue{get{returnDateTime.Now.Month;}}} 阅读全文
posted @ 2012-02-01 16:56
EricLi
阅读(246)
评论(0)
推荐(0)