private void frmDoiMatKhauDangNhap_Load(object sender, EventArgs e)
 {
     dbTaiKhoan         = new DBTaiKhoan();
     lblUser.Text       = user;
     this.ActiveControl = txtMatKhauCu;
 }
Example #2
0
 private void frmLogin_Load(object sender, EventArgs e)
 {
     dbTaiKhoan         = new DBTaiKhoan();
     this.ActiveControl = txtUser;
 }