void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RE_EditAgent = ((RealEstate.Overlays.Agent.EditAgentOverlay)(target));
     
     #line 6 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
     this.RE_EditAgent.Closed += new System.EventHandler(this.RE_EditAgent_Closed);
     
     #line default
     #line hidden
     return;
     case 2:
     this.CB_ChangeName = ((System.Windows.Controls.CheckBox)(target));
     
     #line 30 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
     this.CB_ChangeName.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangeName_Checked);
     
     #line default
     #line hidden
     return;
     case 3:
     this.TBL_NewName = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.TB_NewName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.CB_ChangeSurname = ((System.Windows.Controls.CheckBox)(target));
     
     #line 34 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
     this.CB_ChangeSurname.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangeSurname_Checked);
     
     #line default
     #line hidden
     return;
     case 6:
     this.TBL_NewSurname = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 7:
     this.TB_NewSurname = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.CB_ChangePhone = ((System.Windows.Controls.CheckBox)(target));
     
     #line 38 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
     this.CB_ChangePhone.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangePhone_Checked);
     
     #line default
     #line hidden
     return;
     case 9:
     this.TBL_NewPhone = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 10:
     this.TB_NewPhone = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.CB_ChangeEmail = ((System.Windows.Controls.CheckBox)(target));
     
     #line 42 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
     this.CB_ChangeEmail.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangeEmail_Checked);
     
     #line default
     #line hidden
     return;
     case 12:
     this.TBL_NewEmail = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 13:
     this.TB_NewEmail = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.CB_ChangePassword = ((System.Windows.Controls.CheckBox)(target));
     
     #line 46 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
     this.CB_ChangePassword.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangePassword_Checked);
     
     #line default
     #line hidden
     return;
     case 15:
     this.TBL_NewPassword = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 16:
     this.PB_NewPassword = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 17:
     this.TBL_ConfirmPassword = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 18:
     this.PB_ConfirmPassword = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 19:
     this.BT_SaveAndClose = ((System.Windows.Controls.Button)(target));
     
     #line 53 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
     this.BT_SaveAndClose.Click += new System.Windows.RoutedEventHandler(this.BT_SaveAndClose_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.BT_Cancel = ((System.Windows.Controls.Button)(target));
     
     #line 54 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
     this.BT_Cancel.Click += new System.Windows.RoutedEventHandler(this.BT_Cancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RE_EditAgent = ((RealEstate.Overlays.Agent.EditAgentOverlay)(target));

            #line 6 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
                this.RE_EditAgent.Closed += new System.EventHandler(this.RE_EditAgent_Closed);

            #line default
            #line hidden
                return;

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

            #line 30 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
                this.CB_ChangeName.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangeName_Checked);

            #line default
            #line hidden
                return;

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

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

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

            #line 34 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
                this.CB_ChangeSurname.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangeSurname_Checked);

            #line default
            #line hidden
                return;

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

            case 7:
                this.TB_NewSurname = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.CB_ChangePhone = ((System.Windows.Controls.CheckBox)(target));

            #line 38 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
                this.CB_ChangePhone.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangePhone_Checked);

            #line default
            #line hidden
                return;

            case 9:
                this.TBL_NewPhone = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.TB_NewPhone = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.CB_ChangeEmail = ((System.Windows.Controls.CheckBox)(target));

            #line 42 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
                this.CB_ChangeEmail.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangeEmail_Checked);

            #line default
            #line hidden
                return;

            case 12:
                this.TBL_NewEmail = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:
                this.TB_NewEmail = ((System.Windows.Controls.TextBox)(target));
                return;

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

            #line 46 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
                this.CB_ChangePassword.Checked += new System.Windows.RoutedEventHandler(this.CB_ChangePassword_Checked);

            #line default
            #line hidden
                return;

            case 15:
                this.TBL_NewPassword = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this.PB_NewPassword = ((System.Windows.Controls.PasswordBox)(target));
                return;

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

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

            case 19:
                this.BT_SaveAndClose = ((System.Windows.Controls.Button)(target));

            #line 53 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
                this.BT_SaveAndClose.Click += new System.Windows.RoutedEventHandler(this.BT_SaveAndClose_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.BT_Cancel = ((System.Windows.Controls.Button)(target));

            #line 54 "..\..\..\..\Overlays\Agent\EditAgentOverlay.xaml"
                this.BT_Cancel.Click += new System.Windows.RoutedEventHandler(this.BT_Cancel_Click);

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