--- 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()
{ }
}