void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.axGIMDetails = ((BMC.ExComms.Simulator.Views.Configuration.GMU.GIMDetails)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.lblIPAddress = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.txtIPAddress = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.lblAssetNumber = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.txtAssetNumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.lblGMUNumber = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.txtGMUNumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.lblSerialNumber = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.txtSerialNumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.lblManufacturerID = ((System.Windows.Controls.Label)(target));
     return;
     case 12:
     this.txtManufacturerID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.lblMACAddress = ((System.Windows.Controls.Label)(target));
     return;
     case 14:
     this.txtMACAddress = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.lblGMUVersion = ((System.Windows.Controls.Label)(target));
     return;
     case 16:
     this.txtGMUVersion = ((System.Windows.Controls.TextBox)(target));
     return;
     case 17:
     this.lblSASVersion = ((System.Windows.Controls.Label)(target));
     return;
     case 18:
     this.txtSASVersion = ((System.Windows.Controls.TextBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.axGIMDetails = ((BMC.ExComms.Simulator.Views.Configuration.GMU.GIMDetails)(target));
                return;

            case 2:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.lblIPAddress = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.txtIPAddress = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.lblAssetNumber = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.txtAssetNumber = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.lblGMUNumber = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.txtGMUNumber = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.lblSerialNumber = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.txtSerialNumber = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.lblManufacturerID = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.txtManufacturerID = ((System.Windows.Controls.TextBox)(target));
                return;

            case 13:
                this.lblMACAddress = ((System.Windows.Controls.Label)(target));
                return;

            case 14:
                this.txtMACAddress = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.lblGMUVersion = ((System.Windows.Controls.Label)(target));
                return;

            case 16:
                this.txtGMUVersion = ((System.Windows.Controls.TextBox)(target));
                return;

            case 17:
                this.lblSASVersion = ((System.Windows.Controls.Label)(target));
                return;

            case 18:
                this.txtSASVersion = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }