示例#1
0
        //#####################################################CLASS SchoolFeeDetails EVENTS #################################################################
        //event is raised when the class is loaded
        protected virtual void ClassLoad(object sender, EventArgs e)
        {
            _schoolFeeManager.InitializedSchoolFeeParticularCombo(this.cboSchoolYearParticular, _detailsInfo.SchoolFeeLevelInfo.YearLevelInfo.YearLevelId);

            this.SetIncludeFirstSecondSemSummberCombo(_schoolFeeManager.IsSummer(_yearId));

            _detailsInfo.IncludeMale   = this.chklncldMale.Checked = true;
            _detailsInfo.IncludeFemale = this.chklncldFemale.Checked = true;
        }//---------------------------