--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Fri Feb 12 12:24:46 2010 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Fri Feb 12 15:57:01 2010 +0100
@@ -108,7 +108,14 @@
LeftTrim = new Command("LeftTrim");
RightTrim = new Command("RightTrim");
NewAnnotationFinished = new Command("NewAnnotationFinished");
+ FixAnnotationTime = new Command("FixAnnotationTime");
}
+ public static Command FixAnnotationTime
+ {
+ get;
+ private set;
+ }
+
public static Command NewAnnotationFinished
{
@@ -552,11 +559,12 @@
static BookTimeLine()
{
-
+
LeftClickOnElement = new Command("LeftClickOnElement");
CloseBookTimeLine = new Command("CloseBookTimeLine");
}
+
public static Command CloseBookTimeLine
{
get;