void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Generica = ((restaurantexxi_adminstrador.Generic)(target));

            #line 9 "..\..\Generic.xaml"
                this.Generica.Loaded += new System.Windows.RoutedEventHandler(this.Generica_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.lb_titulo = ((System.Windows.Controls.Label)(target));
                return;

            case 3:
                this.lb_confirmacion = ((System.Windows.Controls.Label)(target));
                return;

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

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

            #line 14 "..\..\Generic.xaml"
                this.btn_Confirmar.Click += new System.Windows.RoutedEventHandler(this.Btn_Confirmar_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.btn_Cancelar = ((System.Windows.Controls.Button)(target));

            #line 15 "..\..\Generic.xaml"
                this.btn_Cancelar.Click += new System.Windows.RoutedEventHandler(this.Btn_Cancelar_Click);

            #line default
            #line hidden
                return;

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

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

            case 9:
                this.txt_pass = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }