Ejemplo n.º 1
0
 private void ShowDataInGrid()
 {
     departments = aDepartmentBll.GetAllStudent();
     departmentDataGridView.DataSource = departments;
 }