void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.chang_password = ((GloryView.RFID.ChangePassword)(target));
     return;
     case 2:
     this.grid1 = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.label1 = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.image1 = ((System.Windows.Controls.Image)(target));
     return;
     case 5:
     this.label2 = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.label3 = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.password = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 8:
     this.label4 = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.newPassword = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 10:
     this.label5 = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.newPassword2 = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 12:
     this.button1 = ((System.Windows.Controls.Button)(target));
     
     #line 37 "..\..\..\ChangePassword.xaml"
     this.button1.Click += new System.Windows.RoutedEventHandler(this.submit_Change);
     
     #line default
     #line hidden
     return;
     case 13:
     this.button2 = ((System.Windows.Controls.Button)(target));
     
     #line 38 "..\..\..\ChangePassword.xaml"
     this.button2.Click += new System.Windows.RoutedEventHandler(this.Change_Password);
     
     #line default
     #line hidden
     return;
     case 14:
     this.account = ((System.Windows.Controls.Label)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.chang_password = ((GloryView.RFID.ChangePassword)(target));
                return;

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

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

            case 4:
                this.image1 = ((System.Windows.Controls.Image)(target));
                return;

            case 5:
                this.label2 = ((System.Windows.Controls.Label)(target));
                return;

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

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

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

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

            case 10:
                this.label5 = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.newPassword2 = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 12:
                this.button1 = ((System.Windows.Controls.Button)(target));

            #line 37 "..\..\..\ChangePassword.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.submit_Change);

            #line default
            #line hidden
                return;

            case 13:
                this.button2 = ((System.Windows.Controls.Button)(target));

            #line 38 "..\..\..\ChangePassword.xaml"
                this.button2.Click += new System.Windows.RoutedEventHandler(this.Change_Password);

            #line default
            #line hidden
                return;

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