private void buttonThoat_Click(object sender, EventArgs e) { this.Hide(); GiaoDienChinh gd = new GiaoDienChinh(); gd.ShowDialog(); this.Close(); }
private void btnDangNhap_Click(object sender, EventArgs e) { GiaoDienChinh.mk = tbMK.Text; GiaoDienChinh.tk = tbTK.Text; h = nv.Dangnhap(tbTK.Text, tbMK.Text, ref m); if (h != 0) { GiaoDienChinh gdc = new GiaoDienChinh(); this.Hide(); gdc.ShowDialog(); this.Show(); } else { MessageBox.Show("Đăng nhập thất thất BẠI"); } }