private void btLogin_Click(object sender, EventArgs e) { frmDangNhap dn = new frmDangNhap(); dn.ShowDialog(); }