Exemplo n.º 1
0
        private string getCustomCategory(string title, string description)
        {
            string category = CustomProgramCategory.FindCategoryDescription(title);

            if (category != null)
            {
                return(category);
            }

            return(CustomProgramCategory.FindCategoryDescription(description));
        }