void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ListExplorerCtrl_ = ((XmlBuilder.Views.StructuredProduct.View.Explorer.ProductTypeListExplorerCtrl)(target));
                return;

            case 2:

            #line 29 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.LoadInstrument_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 30 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.XmlBuilderCtrl_ = ((XmlBuilder.Views.StructuredProduct.View.XmlBuilderCtrl)(target));
                return;

            case 5:
                this.myTextBox = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ListExplorerCtrl_ = ((XmlBuilder.Views.StructuredProduct.View.Explorer.ProductTypeListExplorerCtrl)(target));
     return;
     case 2:
     
     #line 29 "..\..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.LoadInstrument_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 30 "..\..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.XmlBuilderCtrl_ = ((XmlBuilder.Views.StructuredProduct.View.XmlBuilderCtrl)(target));
     return;
     case 5:
     this.myTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     }
     this._contentLoaded = true;
 }