void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.equipment = ((GloryView.RFID.DeviceMigrations.AddEquipment)(target));
     return;
     case 2:
     this.addDevice = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.label11 = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.typeBox = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 5:
     this.label12 = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.equipName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.button2 = ((System.Windows.Controls.Button)(target));
     
     #line 35 "..\..\..\..\DeviceMigrations\AddEquipmentss.xaml"
     this.button2.Click += new System.Windows.RoutedEventHandler(this.Submit_Add);
     
     #line default
     #line hidden
     return;
     case 8:
     this.button3 = ((System.Windows.Controls.Button)(target));
     
     #line 36 "..\..\..\..\DeviceMigrations\AddEquipmentss.xaml"
     this.button3.Click += new System.Windows.RoutedEventHandler(this.Close_Add);
     
     #line default
     #line hidden
     return;
     case 9:
     this.label9 = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.label1 = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.roomBox = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 12:
     this.number = ((System.Windows.Controls.Label)(target));
     return;
     case 13:
     this.border1 = ((System.Windows.Controls.Border)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.equipment = ((GloryView.RFID.DeviceMigrations.AddEquipment)(target));
                return;

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

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

            case 4:
                this.typeBox = ((System.Windows.Controls.ComboBox)(target));
                return;

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

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

            case 7:
                this.button2 = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\..\..\DeviceMigrations\AddEquipmentss.xaml"
                this.button2.Click += new System.Windows.RoutedEventHandler(this.Submit_Add);

            #line default
            #line hidden
                return;

            case 8:
                this.button3 = ((System.Windows.Controls.Button)(target));

            #line 36 "..\..\..\..\DeviceMigrations\AddEquipmentss.xaml"
                this.button3.Click += new System.Windows.RoutedEventHandler(this.Close_Add);

            #line default
            #line hidden
                return;

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

            case 10:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.roomBox = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 12:
                this.number = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.border1 = ((System.Windows.Controls.Border)(target));
                return;
            }
            this._contentLoaded = true;
        }