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

            _baseServiceManager.InitializePersonRelationshipTypeCombo(this.cboRelationshipType);
        }//--------------------------------