コード例 #1
0
        private void MatchCategory()
        {
            int fatherID = categoryRoute[categoryRoute.Count - 1].ID;

            if (BDComun.MatchCategories(fatherID, AvailableCategorySelected.ID))
            {
                ReloadRelationList();
            }
        }