예제 #1
0
 private void populateCoursesListBox()
 {
     this.coursesListBox.DataSource    = _mainFormController.GetAllCourses();
     this.coursesListBox.DisplayMember = "Naturalidentifier";
     this.coursesListBox.ValueMember   = "Id";
 }