private void btnDangNhap_Click(object sender, EventArgs e) { TenDangNhap = txtUser.Text; Password = txtPassword.Text; this.Hide(); Client.Client logout = new Client.Client(); logout.Show(); }