client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 46 ab3057b82260
parent 42 594fdedecf7f
equal deleted inserted replaced
45:de06fa7242ae 46:ab3057b82260
   106                 Play = new Command("Play");
   106                 Play = new Command("Play");
   107                 Pause = new Command("Pause");
   107                 Pause = new Command("Pause");
   108                 LeftTrim = new Command("LeftTrim");
   108                 LeftTrim = new Command("LeftTrim");
   109                 RightTrim = new Command("RightTrim");
   109                 RightTrim = new Command("RightTrim");
   110                 NewAnnotationFinished = new Command("NewAnnotationFinished");
   110                 NewAnnotationFinished = new Command("NewAnnotationFinished");
   111             }
   111                 FixAnnotationTime = new Command("FixAnnotationTime");
       
   112             }
       
   113             public static Command FixAnnotationTime
       
   114             {
       
   115                 get;
       
   116                 private set;
       
   117             }
       
   118 
   112 
   119 
   113             public static Command NewAnnotationFinished
   120             public static Command NewAnnotationFinished
   114             {
   121             {
   115                 get;
   122                 get;
   116                 private set;
   123                 private set;
   550         public static class BookTimeLine
   557         public static class BookTimeLine
   551         {
   558         {
   552 
   559 
   553             static BookTimeLine()
   560             static BookTimeLine()
   554             {
   561             {
   555                
   562                 
   556                 LeftClickOnElement = new Command("LeftClickOnElement");
   563                 LeftClickOnElement = new Command("LeftClickOnElement");
   557                 CloseBookTimeLine = new Command("CloseBookTimeLine");
   564                 CloseBookTimeLine = new Command("CloseBookTimeLine");
   558         
   565         
   559             }
   566             }
       
   567            
   560             public static Command CloseBookTimeLine
   568             public static Command CloseBookTimeLine
   561             {
   569             {
   562                 get;
   570                 get;
   563                 private set;
   571                 private set;
   564             }
   572             }