[longomatch] Add a default color for Score



commit 1cc8b49c9a732facf7074fd954f2486c0ac68cd7
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Sep 8 22:30:22 2014 +0200

    Add a default color for Score

 LongoMatch.Core/Store/Score.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Score.cs b/LongoMatch.Core/Store/Score.cs
index e010eec..5d9e091 100644
--- a/LongoMatch.Core/Store/Score.cs
+++ b/LongoMatch.Core/Store/Score.cs
@@ -31,6 +31,7 @@ namespace LongoMatch.Core.Store
                {
                        Name = name;
                        Points = points;
+                       Color = Color.Red;
                }
 
                public Color Color {


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