Ejemplo n.º 1
0
        private void lblSenha_MouseDoubleClick(object sender, MouseButtonEventArgs e)
        {
            //calling send mail screen.
            ACTSendMail mail = new ACTSendMail();

            mail.ShowDialog();
        }
Ejemplo n.º 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SendMail = ((eBuy.View.General.Control.ACTSendMail)(target));
                return;

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

            #line 35 "..\..\..\..\..\View\General\Control\ACTSendMail.xaml"
                this.btnRegister.Click += new System.Windows.RoutedEventHandler(this.btnRegister_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.btnBack = ((System.Windows.Controls.Button)(target));

            #line 40 "..\..\..\..\..\View\General\Control\ACTSendMail.xaml"
                this.btnBack.Click += new System.Windows.RoutedEventHandler(this.btnBack_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.lblEmail = ((System.Windows.Controls.Label)(target));
                return;

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

            #line 46 "..\..\..\..\..\View\General\Control\ACTSendMail.xaml"
                this.txtEmail.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtEmail_TextChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.lblText = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.lblR = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.lbleenviar = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.lblS = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.lblEnha = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }