client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 35 43bb1b8ed555
parent 29 5f8d275750e7
child 38 bd33267300aa
equal deleted inserted replaced
34:4d9ebc6fbbe8 35:43bb1b8ed555
   291         /// </summary>
   291         /// </summary>
   292         public static class HeaderProduction
   292         public static class HeaderProduction
   293         {
   293         {
   294             static HeaderProduction()
   294             static HeaderProduction()
   295             {
   295             {
   296                 Chap01EditingOkClick = new Command("Chap01EditingOkClick");
   296               
   297                 Chap01IndexingOkClick = new Command("Chap01IndexingOkClick");
       
   298 
       
   299                 Chap02EditingOkClick = new Command("Chap02EditingOkClick");
       
   300                 Chap02IndexingOkClick = new Command("Chap02IndexingOkClick");
       
   301 
       
   302                 Chap03EditingOkClick = new Command("Chap03EditingOkClick");
       
   303                 Chap03IndexingOkClick = new Command("Chap03IndexingOkClick");
       
   304 
       
   305                 Chap04EditingOkClick = new Command("Chap04EditingOkClick");
       
   306                 Chap04IndexingOkClick = new Command("Chap04IndexingOkClick");
       
   307 
   297 
   308                 PublishClick = new Command("PublishClick");
   298                 PublishClick = new Command("PublishClick");
   309                 SaveClick = new Command("SaveClick");
   299                 SaveClick = new Command("SaveClick");
   310 
   300 
   311             }
   301             }
   312             public static Command Chap01EditingOkClick
   302             
   313             {
       
   314                 get;
       
   315                 private set;
       
   316             }
       
   317             public static Command Chap01IndexingOkClick
       
   318             {
       
   319                 get;
       
   320                 private set;
       
   321             }
       
   322             public static Command Chap02EditingOkClick
       
   323             {
       
   324                 get;
       
   325                 private set;
       
   326             }
       
   327             public static Command Chap02IndexingOkClick
       
   328             {
       
   329                 get;
       
   330                 private set;
       
   331             }
       
   332             public static Command Chap03EditingOkClick
       
   333             {
       
   334                 get;
       
   335                 private set;
       
   336             }
       
   337             public static Command Chap03IndexingOkClick
       
   338             {
       
   339                 get;
       
   340                 private set;
       
   341             }
       
   342             public static Command Chap04EditingOkClick
       
   343             {
       
   344                 get;
       
   345                 private set;
       
   346             }
       
   347             public static Command Chap04IndexingOkClick
       
   348             {
       
   349                 get;
       
   350                 private set;
       
   351             }
       
   352             public static Command PublishClick
   303             public static Command PublishClick
   353             {
   304             {
   354                 get;
   305                 get;
   355                 private set;
   306                 private set;
   356             }
   307             }
   458             Action = new Command("Action");
   409             Action = new Command("Action");
   459             TimeChange = new Command("TimeChange");
   410             TimeChange = new Command("TimeChange");
   460             FlipView = new Command("FlipView");
   411             FlipView = new Command("FlipView");
   461             GoToTime = new Command("GoToTime");
   412             GoToTime = new Command("GoToTime");
   462             ActivePart = new Command("ActivePart");
   413             ActivePart = new Command("ActivePart");
   463             
   414             EscapeKeyPressed = new Command("EscapeKeyPressed");
   464            // VideoPositionTimer.Tick += new EventHandler(Each_Tick);
   415            // VideoPositionTimer.Tick += new EventHandler(Each_Tick);
   465            
   416            
   466            
   417            
   467         }
   418         }
       
   419         public static Command EscapeKeyPressed
       
   420         {
       
   421             get;
       
   422             private set;
       
   423         }
       
   424 
   468         public static Command ActivePart
   425         public static Command ActivePart
   469         {
   426         {
   470             get;
   427             get;
   471             private set;
   428             private set;
   472         }
   429         }