Ejemplo n.º 1
0
 private void BindingDepts()
 {
     deptBindingSource.DataSource = Dept.GetAll();
     cbDept.DataSource            = deptBindingSource;
 }