client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs
changeset 18 66911d0f0eb6
parent 17 0e4e63f6f567
child 19 7d044e7562ea
--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Thu Dec 03 16:05:57 2009 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs	Mon Dec 07 10:36:55 2009 +0100
@@ -375,12 +375,18 @@
             static  ProductionTimeLine()
             {
                 EditorPartSelected = new Command("EditorPartSelected");
+                EditorPartFinished = new Command("EditorPartFinished");
             }
             public static Command EditorPartSelected
             {
                 get;
                 private set;
             }
+            public static Command EditorPartFinished
+            {
+                get;
+                private set;
+            }
             static public void Initialize()
             { }
         }