Beispiel #1
0
 private void ShowTable()
 {
     CourseBLL objCourseBLL = new CourseBLL();
     dgvshow.DataSource = objCourseBLL.ShowCourse();
 }