Exemplo n.º 1
0
        //####################################################CLASS MajorExamSchedule EVENTS###############################################
        //event is raised when the class is loaded
        protected virtual void ClassLoad(object sender, EventArgs e)
        {
            _majorExamScheduleInfo = new CommonExchange.MajorExamSchedule();

            _majorExamScheduleManager.InitializeCourseGroupCombo(this.cboCourseGroup);
        }//-------------------------