diff -r 44a2dc869e28 -r f292db96b050 client/src/Iri.Modernisation.Controls/View/HeaderProduction/HeaderProduction.xaml.cs --- a/client/src/Iri.Modernisation.Controls/View/HeaderProduction/HeaderProduction.xaml.cs Tue Dec 22 16:22:22 2009 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/HeaderProduction/HeaderProduction.xaml.cs Mon Jan 04 10:29:39 2010 +0100 @@ -20,7 +20,7 @@ // Required to initialize variables InitializeComponent(); - ModernisationEditionController.Active(); + /* ModernisationEditionController.Active(); ModernisationEditionController.Text = Iri.Modernisation.Lang.LangResource.EditingLabel; ModernisationIndexController.Text = Iri.Modernisation.Lang.LangResource.IndexingLabel; @@ -35,10 +35,10 @@ OuvertureEditionController.Text = Iri.Modernisation.Lang.LangResource.EditingLabel; - OuvertureIndexController.Text = Iri.Modernisation.Lang.LangResource.IndexingLabel; + OuvertureIndexController.Text = Iri.Modernisation.Lang.LangResource.IndexingLabel;*/ /////////////////////////-- - ModernisationEditionController.HeaderProductionPartSelected += new EventHandler(HeaderProductionPartSelected); + /*ModernisationEditionController.HeaderProductionPartSelected += new EventHandler(HeaderProductionPartSelected); ModernisationIndexController.HeaderProductionPartSelected += new EventHandler(HeaderProductionPartSelected); ModerniteEditionController.HeaderProductionPartSelected += new EventHandler(HeaderProductionPartSelected); @@ -73,10 +73,10 @@ OuvertureEditionController.HeaderProductionPartFinished += new EventHandler(OuvertureEditionController_HeaderProductionPartFinished); OuvertureIndexController.HeaderProductionPartFinished += new EventHandler(OuvertureIndexController_HeaderProductionPartFinished); - + */ } - void OuvertureIndexController_HeaderProductionPartSelected(object sender, HeaderProductionPartControlerEventArgs e) + /* void OuvertureIndexController_HeaderProductionPartSelected(object sender, HeaderProductionPartControlerEventArgs e) { if (SelectedPart != null) { @@ -258,7 +258,7 @@ } public event EventHandler SelectedPart; public event EventHandler FinishedPart; - +*/ } public class HeaderProductionEventArgs : EventArgs {