摘要: public BindingList<StudentDC> StudentList { get { return this.bindingSourceList.DataSource as BindingList<StudentDC>; } set { bindingSourceList.DataSource = value; } } private void FrmGridTest_Load(object sender, System.EventArgs e) { Stu... 阅读全文
posted @ 2012-07-25 12:27 沙耶 阅读(540) 评论(0) 推荐(0)