client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 42 594fdedecf7f
parent 41 b51a10574e7f
child 46 ab3057b82260
equal deleted inserted replaced
41:b51a10574e7f 42:594fdedecf7f
   550         public static class BookTimeLine
   550         public static class BookTimeLine
   551         {
   551         {
   552 
   552 
   553             static BookTimeLine()
   553             static BookTimeLine()
   554             {
   554             {
   555                 SaveAnnotations = new Command("SaveAnnotations");
   555                
   556                 LeftClickOnElement = new Command("LeftClickOnElement");
   556                 LeftClickOnElement = new Command("LeftClickOnElement");
       
   557                 CloseBookTimeLine = new Command("CloseBookTimeLine");
   557         
   558         
   558             }
   559             }
       
   560             public static Command CloseBookTimeLine
       
   561             {
       
   562                 get;
       
   563                 private set;
       
   564             }
   559             public static Command LeftClickOnElement
   565             public static Command LeftClickOnElement
   560             {
   566             {
   561                 get;
   567                 get;
   562                 private set;
   568                 private set;
   563             }
   569             }
   564             public static Command SaveAnnotations
   570            
   565             {
       
   566                 get;
       
   567                 private set;
       
   568             }
       
   569             
   571             
   570             public static void Initialize()
   572             public static void Initialize()
   571             {
   573             {
   572             }
   574             }
   573         }
   575         }