void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.userInfo = ((MagicTactilForWindows.UCUserInfo)(target));
                return;

            case 3:
                this.modifyButton = ((Microsoft.Surface.Presentation.Controls.SurfaceButton)(target));

            #line 10 "..\..\..\View\Copy of Profile.xaml"
                this.modifyButton.Click += new System.Windows.RoutedEventHandler(this.modifyButton_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.cancelButton = ((Microsoft.Surface.Presentation.Controls.SurfaceButton)(target));

            #line 11 "..\..\..\View\Copy of Profile.xaml"
                this.cancelButton.Click += new System.Windows.RoutedEventHandler(this.cancelButton_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.userInfo = ((MagicTactilForWindows.UCUserInfo)(target));
     return;
     case 3:
     this.modifyButton = ((Microsoft.Surface.Presentation.Controls.SurfaceButton)(target));
     
     #line 10 "..\..\..\View\Copy of Profile.xaml"
     this.modifyButton.Click += new System.Windows.RoutedEventHandler(this.modifyButton_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.cancelButton = ((Microsoft.Surface.Presentation.Controls.SurfaceButton)(target));
     
     #line 11 "..\..\..\View\Copy of Profile.xaml"
     this.cancelButton.Click += new System.Windows.RoutedEventHandler(this.cancelButton_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }