2011年9月6日
摘要: 1: BindingSource bs = new BindingSource(); 2: bs.DataSource = dateTabel1; 3: bindingNavigator1.BindingSource = bs; 4: dataGridView1... 阅读全文
posted @ 2011-09-06 00:08 DeepSky_ 阅读(18055) 评论(0) 推荐(0) 编辑