private void FrmMain_Load(object sender, EventArgs e) { if (dbNhanVien.KiemTraQuyen(frmDangNhap.Manv) == 1) { KT = true; } else { KT = false; } }