void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((GazeTrackerUI.CalibrationUI.SharingControlUC)(target));
                return;

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

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

            case 4:
                this.RectBG_Copy = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 5:
                this.ProgressBarSharing = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 6:
                this.BtnSharingCancel = ((GazeGUI.ButtonGlass)(target));

            #line 48 "..\..\..\..\Calibration\SharingControlUC.xaml"
                this.BtnSharingCancel.ButtonAction += new System.Windows.RoutedEventHandler(this.ShareDataCancel);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((GazeTrackerUI.CalibrationUI.SharingControlUC)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.GridSharing = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.RectBG_Copy = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 5:
     this.ProgressBarSharing = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 6:
     this.BtnSharingCancel = ((GazeGUI.ButtonGlass)(target));
     
     #line 48 "..\..\..\..\Calibration\SharingControlUC.xaml"
     this.BtnSharingCancel.ButtonAction += new System.Windows.RoutedEventHandler(this.ShareDataCancel);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }