void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RE_EditAdmin = ((RealEstate.Overlays.Admin.EditAdminOverlay)(target));
     
     #line 6 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
     this.RE_EditAdmin.Loaded += new System.Windows.RoutedEventHandler(this.RE_EditAdmin_Loaded);
     
     #line default
     #line hidden
     
     #line 6 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
     this.RE_EditAdmin.Closed += new System.EventHandler(this.RE_EditAdmin_Closed);
     
     #line default
     #line hidden
     return;
     case 2:
     this.CB_ChangeUsername = ((System.Windows.Controls.CheckBox)(target));
     
     #line 26 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
     this.CB_ChangeUsername.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangeUsername_Checked);
     
     #line default
     #line hidden
     return;
     case 3:
     this.TBL_Username = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.TB_Username = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.CB_ChangePassword = ((System.Windows.Controls.CheckBox)(target));
     
     #line 30 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
     this.CB_ChangePassword.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangePassword_Checked);
     
     #line default
     #line hidden
     return;
     case 6:
     this.TBL_Password = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 7:
     this.PB_Password = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 8:
     this.TBL_ConfirmPassword = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 9:
     this.PB_ConfirmPassword = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 10:
     this.BT_Edit = ((System.Windows.Controls.Button)(target));
     
     #line 37 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
     this.BT_Edit.Click += new System.Windows.RoutedEventHandler(this.BT_Edit_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.BT_Close = ((System.Windows.Controls.Button)(target));
     
     #line 38 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
     this.BT_Close.Click += new System.Windows.RoutedEventHandler(this.BT_Close_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RE_EditAdmin = ((RealEstate.Overlays.Admin.EditAdminOverlay)(target));

            #line 6 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
                this.RE_EditAdmin.Loaded += new System.Windows.RoutedEventHandler(this.RE_EditAdmin_Loaded);

            #line default
            #line hidden

            #line 6 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
                this.RE_EditAdmin.Closed += new System.EventHandler(this.RE_EditAdmin_Closed);

            #line default
            #line hidden
                return;

            case 2:
                this.CB_ChangeUsername = ((System.Windows.Controls.CheckBox)(target));

            #line 26 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
                this.CB_ChangeUsername.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangeUsername_Checked);

            #line default
            #line hidden
                return;

            case 3:
                this.TBL_Username = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 4:
                this.TB_Username = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.CB_ChangePassword = ((System.Windows.Controls.CheckBox)(target));

            #line 30 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
                this.CB_ChangePassword.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangePassword_Checked);

            #line default
            #line hidden
                return;

            case 6:
                this.TBL_Password = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 7:
                this.PB_Password = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 8:
                this.TBL_ConfirmPassword = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.PB_ConfirmPassword = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 10:
                this.BT_Edit = ((System.Windows.Controls.Button)(target));

            #line 37 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
                this.BT_Edit.Click += new System.Windows.RoutedEventHandler(this.BT_Edit_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.BT_Close = ((System.Windows.Controls.Button)(target));

            #line 38 "..\..\..\..\Overlays\Admin\EditAdminOverlay.xaml"
                this.BT_Close.Click += new System.Windows.RoutedEventHandler(this.BT_Close_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }