--- a/client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml.cs Thu Dec 03 16:05:57 2009 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml.cs Mon Dec 07 10:36:55 2009 +0100
@@ -19,6 +19,7 @@
Commands.Initialize();
InitializeComponent();
HeaderProductionElement.SelectedPart += Commands.ProductionTimeLine.EditorPartSelected.Execute;
+ HeaderProductionElement.FinishedPart += Commands.ProductionTimeLine.EditorPartFinished.Execute;
//HeaderProductionElement.SelectedPart += new EventHandler<HeaderProductionEventArgs>(HeaderProductionElement_SelectedPart);
}