[longomatch/redesign2: 123/140] Add handler for sub categories
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 123/140] Add handler for sub categories
- Date: Tue, 24 May 2011 22:06:26 +0000 (UTC)
commit dd10669983e1f050b0358aa96d26a0666cf4ad2d
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]