|
|
@@ -106,6 +106,8 @@
|
|
|
this.Change_psw.Name = "Change_psw";
|
|
|
this.Change_psw.TabStop = false;
|
|
|
this.Change_psw.Click += new System.EventHandler(this.Change_psw_Click);
|
|
|
+ this.Change_psw.MouseEnter += new System.EventHandler(this.LoginOut_MouseEnter);
|
|
|
+ this.Change_psw.MouseLeave += new System.EventHandler(this.LoginOut_MouseLeave);
|
|
|
//
|
|
|
// pictureBox2
|
|
|
//
|