client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 41 b51a10574e7f
parent 38 bd33267300aa
child 42 594fdedecf7f
equal deleted inserted replaced
40:581829b5ddd9 41:b51a10574e7f
   551         {
   551         {
   552 
   552 
   553             static BookTimeLine()
   553             static BookTimeLine()
   554             {
   554             {
   555                 SaveAnnotations = new Command("SaveAnnotations");
   555                 SaveAnnotations = new Command("SaveAnnotations");
       
   556                 LeftClickOnElement = new Command("LeftClickOnElement");
   556         
   557         
       
   558             }
       
   559             public static Command LeftClickOnElement
       
   560             {
       
   561                 get;
       
   562                 private set;
   557             }
   563             }
   558             public static Command SaveAnnotations
   564             public static Command SaveAnnotations
   559             {
   565             {
   560                 get;
   566                 get;
   561                 private set;
   567                 private set;