[longomatch/redesign2: 27/140] Add property 'PausedTime' to drawings



commit 3b2d1c50b340220ac57bbe849f99bf634570a8f7
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Dec 19 22:07:28 2010 +0100

    Add property 'PausedTime' to drawings

 LongoMatch/Time/Drawing.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Time/Drawing.cs b/LongoMatch/Time/Drawing.cs
index b0c568c..b20bb99 100644
--- a/LongoMatch/Time/Drawing.cs
+++ b/LongoMatch/Time/Drawing.cs
@@ -60,5 +60,13 @@ namespace LongoMatch.TimeNodes
 			get;
 			set;
 		}
+	
+		/// <summary>
+		/// Time to pause the playback and display the drawing
+		/// </summary>
+		public int PauseTime {
+			set;
+			get;
+		}
 	}
 }



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