Esempio n. 1
0
        //#####################################################CLASS SCHOOLFEEPARTICULAR EVENTS #################################################################
        //event is raised when the class is loaded
        protected virtual void ClassLoad(object sender, EventArgs e)
        {
            _particularInfo = new CommonExchange.SchoolFeeParticular();

            _schoolFeeManager.InitializeFeeCategoryCombo(this.cboFeeCategory);
        } //------------------------------