[longomatch] Add new enum for multiple selection



commit 7b4654f075e5e7515cff41f367d34cbf973fc9ea
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue May 27 18:39:58 2014 +0200

    Add new enum for multiple selection

 LongoMatch.Core/Common/Enums.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Enums.cs b/LongoMatch.Core/Common/Enums.cs
index 77de8d6..cc8f2f2 100644
--- a/LongoMatch.Core/Common/Enums.cs
+++ b/LongoMatch.Core/Common/Enums.cs
@@ -207,5 +207,11 @@ namespace LongoMatch.Common
                Selection,
                Cross,
        }
+       
+       public enum MultiSelectionMode {
+               Single,
+               Multiple,
+               MultipleWithModifier,
+       }
 }
 


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