摘要:
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-24 23:16
沙耶
阅读(1375)
评论(0)
推荐(0)