Ejemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.loginScreen = ((sistemaCorporativo.LoginScreen)(target));
                return;

            case 2:
                this.Back = ((System.Windows.Controls.Grid)(target));
                return;

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

            case 4:
                this.txtSenha = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 5:
                this.btnAcessar = ((System.Windows.Controls.Button)(target));

            #line 25 "..\..\..\FORMS\LoginScreen.xaml"
                this.btnAcessar.Click += new System.Windows.RoutedEventHandler(this.btnAcessar_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.loginScreen = ((sistemaCorporativo.LoginScreen)(target));
     return;
     case 2:
     this.Back = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.txtAgente = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.txtSenha = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 5:
     this.btnAcessar = ((System.Windows.Controls.Button)(target));
     
     #line 25 "..\..\..\FORMS\LoginScreen.xaml"
     this.btnAcessar.Click += new System.Windows.RoutedEventHandler(this.btnAcessar_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }