diff -r 581829b5ddd9 -r b51a10574e7f client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs --- 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;