Esempio n. 1
0
        }//--------------------------------

        //####################################################END CLASS PersonRelationship EVENTS###############################################

        //####################################################COMBOX cboRelationship EVENTS###############################################
        //event is raised when the selected index is changed
        private void cboRelationshipTypeSelectedIndexChanged(object sender, EventArgs e)
        {
            _personRelationshipInfo.RelationshipTypeInfo = _baseServiceManager.GetPersonRelationshipType(this.cboRelationshipType.SelectedIndex);
        }//--------------------------------