--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Wed Feb 10 14:56:46 2010 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Thu Feb 11 17:29:23 2010 +0100
@@ -552,20 +552,22 @@
static BookTimeLine()
{
- SaveAnnotations = new Command("SaveAnnotations");
+
LeftClickOnElement = new Command("LeftClickOnElement");
+ CloseBookTimeLine = new Command("CloseBookTimeLine");
}
+ public static Command CloseBookTimeLine
+ {
+ get;
+ private set;
+ }
public static Command LeftClickOnElement
{
get;
private set;
}
- public static Command SaveAnnotations
- {
- get;
- private set;
- }
+
public static void Initialize()
{