void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((MagicTactilForWindows.UCUserInfo)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.KeyLabels = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.nameKeyLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.mailKeyLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.firstnameKeyLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.surnameKeyLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.birthdayKeyLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.locationKeyLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.genderKeyLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.phoneKeyLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 12:
     this.ValLabels = ((System.Windows.Controls.Grid)(target));
     return;
     case 13:
     this.nameValLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 14:
     this.mailValLabel = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 15:
     this.firstnameValLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 16:
     this.surnameValLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 17:
     this.birthdayValLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 18:
     this.locationValLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 19:
     this.genderValLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 20:
     this.phoneValLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 21:
     this.TextBoxes = ((System.Windows.Controls.Grid)(target));
     return;
     case 22:
     this.nameTextBox = ((System.Windows.Controls.Label)(target));
     return;
     case 23:
     this.emailTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
     return;
     case 24:
     this.firstnameTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
     return;
     case 25:
     this.surnameTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
     return;
     case 26:
     this.birthdayTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
     return;
     case 27:
     this.locationTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
     return;
     case 28:
     this.genderTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
     return;
     case 29:
     this.phoneTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((MagicTactilForWindows.UCUserInfo)(target));
                return;

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

            case 3:
                this.KeyLabels = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.nameKeyLabel = ((System.Windows.Controls.Label)(target));
                return;

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

            case 6:
                this.firstnameKeyLabel = ((System.Windows.Controls.Label)(target));
                return;

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

            case 8:
                this.birthdayKeyLabel = ((System.Windows.Controls.Label)(target));
                return;

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

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

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

            case 12:
                this.ValLabels = ((System.Windows.Controls.Grid)(target));
                return;

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

            case 14:
                this.mailValLabel = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 16:
                this.surnameValLabel = ((System.Windows.Controls.Label)(target));
                return;

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

            case 18:
                this.locationValLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 19:
                this.genderValLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 20:
                this.phoneValLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 21:
                this.TextBoxes = ((System.Windows.Controls.Grid)(target));
                return;

            case 22:
                this.nameTextBox = ((System.Windows.Controls.Label)(target));
                return;

            case 23:
                this.emailTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
                return;

            case 24:
                this.firstnameTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
                return;

            case 25:
                this.surnameTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
                return;

            case 26:
                this.birthdayTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
                return;

            case 27:
                this.locationTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
                return;

            case 28:
                this.genderTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
                return;

            case 29:
                this.phoneTextBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }