client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 18 66911d0f0eb6
parent 17 0e4e63f6f567
child 19 7d044e7562ea
equal deleted inserted replaced
17:0e4e63f6f567 18:66911d0f0eb6
   373         public static class ProductionTimeLine
   373         public static class ProductionTimeLine
   374         {
   374         {
   375             static  ProductionTimeLine()
   375             static  ProductionTimeLine()
   376             {
   376             {
   377                 EditorPartSelected = new Command("EditorPartSelected");
   377                 EditorPartSelected = new Command("EditorPartSelected");
       
   378                 EditorPartFinished = new Command("EditorPartFinished");
   378             }
   379             }
   379             public static Command EditorPartSelected
   380             public static Command EditorPartSelected
       
   381             {
       
   382                 get;
       
   383                 private set;
       
   384             }
       
   385             public static Command EditorPartFinished
   380             {
   386             {
   381                 get;
   387                 get;
   382                 private set;
   388                 private set;
   383             }
   389             }
   384             static public void Initialize()
   390             static public void Initialize()