2011年3月18日
摘要: 1/// 2 /// 初始化GridView,绑定数据 3 /// 4 /// 5 private void GridViewBindData(string parentId) 6 { 7 this.gridView1.Columns.Clear(); 8 this.FDs= areaSetupActionHelper.getDsRegionByParentId(... 阅读全文
posted @ 2011-03-18 12:27 WPF之家 阅读(388) 评论(0) 推荐(0)