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<HeaderProductionPartControlerEventArgs>(HeaderProductionPartSelected);
+ /*ModernisationEditionController.HeaderProductionPartSelected += new EventHandler<HeaderProductionPartControlerEventArgs>(HeaderProductionPartSelected);
ModernisationIndexController.HeaderProductionPartSelected += new EventHandler<HeaderProductionPartControlerEventArgs>(HeaderProductionPartSelected);
ModerniteEditionController.HeaderProductionPartSelected += new EventHandler<HeaderProductionPartControlerEventArgs>(HeaderProductionPartSelected);
@@ -73,10 +73,10 @@
OuvertureEditionController.HeaderProductionPartFinished += new EventHandler<HeaderProductionPartControlerEventArgs>(OuvertureEditionController_HeaderProductionPartFinished);
OuvertureIndexController.HeaderProductionPartFinished += new EventHandler<HeaderProductionPartControlerEventArgs>(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<HeaderProductionEventArgs> SelectedPart;
public event EventHandler<HeaderProductionEventArgs> FinishedPart;
-
+*/
}
public class HeaderProductionEventArgs : EventArgs
{