client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 41 b51a10574e7f
parent 38 bd33267300aa
child 42 594fdedecf7f
--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Wed Feb 10 14:09:58 2010 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Wed Feb 10 14:56:46 2010 +0100
@@ -553,8 +553,14 @@
             static BookTimeLine()
             {
                 SaveAnnotations = new Command("SaveAnnotations");
+                LeftClickOnElement = new Command("LeftClickOnElement");
         
             }
+            public static Command LeftClickOnElement
+            {
+                get;
+                private set;
+            }
             public static Command SaveAnnotations
             {
                 get;