[longomatch/redesign2: 10/17] Add handler for sub categories



commit 82d1bb0cd92607a15b4903902da46c93ef1fcbe4
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Apr 27 22:11:21 2011 +0200

    Add handler for sub categories

 LongoMatch/Handlers/Handlers.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Handlers/Handlers.cs b/LongoMatch/Handlers/Handlers.cs
index f9fe67e..91904ce 100644
--- a/LongoMatch/Handlers/Handlers.cs
+++ b/LongoMatch/Handlers/Handlers.cs
@@ -86,6 +86,7 @@ namespace LongoMatch.Handlers
 
 	public delegate void CategoryHandler(Category category);
 	public delegate void CategoriesHandler(List<Category> categoriesList);
+	public delegate void SubCategoryHandler(ISubCategory subcat);
 	public delegate void SubCategoriesHandler(List<ISubCategory> subcat);
 
 	public delegate void ProjectsSelectedHandler(List<ProjectDescription> projects);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]