Exemple #1
0
        }//---------------------

        //####################################################END COMBOBOX cboSemester EVENTS###############################################

        //####################################################COMBOBOX cboExamDescription EVENTS###############################################
        //event is raised when the selected index is changed
        private void cboExamDescriptionSelectedIndexChanged(object sender, EventArgs e)
        {
            _majorExamScheduleInfo.ExamInformationId = _majorExamScheduleManager.GetExamInformationIdDescription(this.cboExamDescription.SelectedIndex,
                                                                                                                 _majorExamScheduleInfo.CourseGroupId, true);
            _majorExamScheduleInfo.ExamDescription = _majorExamScheduleManager.GetExamInformationIdDescription(this.cboExamDescription.SelectedIndex,
                                                                                                               _majorExamScheduleInfo.CourseGroupId, false);
        }//---------------------