摘要: /// <summary> /// 绑定实体,把控件装在Panel里 /// </summary> /// <param name="spanel"></param> /// <param name="entity"></param> public void BinToEntity(Panel spanel, object entity) { ArrayList al = new ArrayList(); List<PropertyInfo> PI2list = e... 阅读全文
posted @ 2013-04-22 11:38 文艺流浪汉 阅读(290) 评论(0) 推荐(0) 编辑