client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 20 c2dd8119a6c1
parent 19 7d044e7562ea
child 21 253f142174ac
equal deleted inserted replaced
19:7d044e7562ea 20:c2dd8119a6c1
   492            
   492            
   493             static ProductionView()
   493             static ProductionView()
   494             {
   494             {
   495                 ClickAddSelectedRecord = new Command("ClickAddSelectedRecord");
   495                 ClickAddSelectedRecord = new Command("ClickAddSelectedRecord");
   496                 VideoRecordUpdated = new Command("VideoRecordUpdated");
   496                 VideoRecordUpdated = new Command("VideoRecordUpdated");
       
   497                 DelVideoSequence = new Command("DelVideoSequence");
       
   498                 ClickAddIndex = new Command("ClickAddIndex");
       
   499 
       
   500             }
       
   501             public static Command ClickAddIndex
       
   502             {
       
   503                 get;
       
   504                 private set;
       
   505             }
       
   506             public static Command DelVideoSequence
       
   507             {
       
   508                 get;
       
   509                 private set;
   497             }
   510             }
   498             public static Command ClickAddSelectedRecord
   511             public static Command ClickAddSelectedRecord
   499             {
   512             {
   500                 get;
   513                 get;
   501                 private set;
   514                 private set;