void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Icc = ((Gss.PopUpWindow.DataManager.ExperienceWindow)(target));
                return;

            case 2:
                this.CbSex = ((System.Windows.Controls.ComboBox)(target));

            #line 30 "..\..\..\DataManager\ExperienceWindow.xaml"
                this.CbSex.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbSex_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.txtRceharge = ((System.Windows.Controls.TextBox)(target));
                return;

            case 4:
                this.DudCount = ((Xceed.Wpf.Toolkit.DoubleUpDown)(target));
                return;

            case 5:
                this.btnOk = ((System.Windows.Controls.Button)(target));

            #line 74 "..\..\..\DataManager\ExperienceWindow.xaml"
                this.btnOk.Click += new System.Windows.RoutedEventHandler(this.btnOk_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.btnCancel = ((System.Windows.Controls.Button)(target));

            #line 75 "..\..\..\DataManager\ExperienceWindow.xaml"
                this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Icc = ((Gss.PopUpWindow.DataManager.ExperienceWindow)(target));
     return;
     case 2:
     this.CbSex = ((System.Windows.Controls.ComboBox)(target));
     
     #line 30 "..\..\..\DataManager\ExperienceWindow.xaml"
     this.CbSex.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbSex_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtRceharge = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.DudCount = ((Xceed.Wpf.Toolkit.DoubleUpDown)(target));
     return;
     case 5:
     this.btnOk = ((System.Windows.Controls.Button)(target));
     
     #line 74 "..\..\..\DataManager\ExperienceWindow.xaml"
     this.btnOk.Click += new System.Windows.RoutedEventHandler(this.btnOk_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnCancel = ((System.Windows.Controls.Button)(target));
     
     #line 75 "..\..\..\DataManager\ExperienceWindow.xaml"
     this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }