Ejemplo n.º 1
0
        private void RemoveRelationship()
        {
            int fatherID = categoryRoute[categoryRoute.Count - 1].ID;

            if (BDComun.RemoveRlationship(fatherID, SubcategorySelected.ID))
            {
                ReloadRelationList();
            }
        }