Exemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SignUp = ((SignUp.MainWindow)(target));
                return;

            case 2:
                this.signup_Btn = ((System.Windows.Controls.Button)(target));
                return;

            case 3:
                this.clear_Btn = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SignUp = ((SignUp.MainWindow)(target));
                return;

            case 2:
                this.signup_Btn = ((System.Windows.Controls.Button)(target));

            #line 16 "..\..\MainWindow.xaml"
                this.signup_Btn.Click += new System.Windows.RoutedEventHandler(this.signup_Btn_Click);

            #line default
            #line hidden
                return;

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

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

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

            case 6:
                this.phoneNumber_Txt = ((System.Windows.Controls.TextBox)(target));
                return;

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

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

            #line 38 "..\..\MainWindow.xaml"
                this.clear_Btn.Click += new System.Windows.RoutedEventHandler(this.clear_Btn_Click);

            #line default
            #line hidden
                return;

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

            case 10:
                this.confirmPassword_box = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 11:
                this.signupNav = ((System.Windows.Controls.ComboBox)(target));

            #line 41 "..\..\MainWindow.xaml"
                this.signupNav.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.signupNav_SelectionChanged);

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