--- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Thu Dec 03 16:05:43 2009 +0100
+++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Thu Dec 03 16:05:57 2009 +0100
@@ -374,8 +374,13 @@
{
static ProductionTimeLine()
{
+ EditorPartSelected = new Command("EditorPartSelected");
}
-
+ public static Command EditorPartSelected
+ {
+ get;
+ private set;
+ }
static public void Initialize()
{ }
}
@@ -492,6 +497,7 @@
HeaderProduction.Initialize();
ProductionTimeLine.Initialize();
VideoViewer.Initialize();
+ ProductionTimeLine.Initialize();
}
}
}