void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RE_AddAgentOverlay = ((RealEstate.Overlays.Agent.AddAgentOverlay)(target));

            #line 6 "..\..\..\..\Overlays\Agent\AddAgentOverlay.xaml"
                this.RE_AddAgentOverlay.Closed += new System.EventHandler(this.RE_AddAgentOverlay_Closed);

            #line default
            #line hidden
                return;

            case 2:
                this.TB_Name = ((System.Windows.Controls.TextBox)(target));
                return;

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

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

            case 5:
                this.TB_Email = ((System.Windows.Controls.TextBox)(target));
                return;

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

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

            case 8:
                this.BT_AddAgent = ((System.Windows.Controls.Button)(target));

            #line 47 "..\..\..\..\Overlays\Agent\AddAgentOverlay.xaml"
                this.BT_AddAgent.Click += new System.Windows.RoutedEventHandler(this.BT_AddAgent_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_AddAgentOverlay = ((RealEstate.Overlays.Agent.AddAgentOverlay)(target));
     
     #line 6 "..\..\..\..\Overlays\Agent\AddAgentOverlay.xaml"
     this.RE_AddAgentOverlay.Closed += new System.EventHandler(this.RE_AddAgentOverlay_Closed);
     
     #line default
     #line hidden
     return;
     case 2:
     this.TB_Name = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.TB_Surname = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.TB_Phone = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.TB_Email = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.PB_Password = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 7:
     this.PB_ConfirmPassword = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 8:
     this.BT_AddAgent = ((System.Windows.Controls.Button)(target));
     
     #line 47 "..\..\..\..\Overlays\Agent\AddAgentOverlay.xaml"
     this.BT_AddAgent.Click += new System.Windows.RoutedEventHandler(this.BT_AddAgent_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }