private void cmdFPDadmin_Click(object sender, EventArgs e) { using (frm_adSec _adSec = new frm_adSec()) { if (_adSec.ShowDialog() != DialogResult.OK) return; } pnlFPDMode.BringToFront(); }
private void cmdLogOut_Click(object sender, EventArgs e) { using (frm_adSec _adSec = new frm_adSec()) { if (_adSec.ShowDialog() != DialogResult.OK) return; } ResetMedicalViewerWhenError(); //if (new frm_LargeMsgBox(MultiLanguage.GetText(globalVariables.DisplayLanguage, "XÁC NHẬN TẠM DỪNG SỬ DỤNG DROC", "WARNING"), MultiLanguage.GetText(globalVariables.DisplayLanguage, "BẠN CÓ CHẮC CHẮN MUỐN TẠM DỪNG HỆ THỐNG ĐỂ ĐI LÀM VIỆC KHÁC?", "Do you want to log out System"), MultiLanguage.GetText(globalVariables.DisplayLanguage, "ĐỒNG Ý", "OK"), MultiLanguage.GetText(globalVariables.DisplayLanguage, "KHÔNG ĐỒNG Ý", "Cancel")).ShowDialog() == DialogResult.OK) //{ // LoginAfterLogOut = true; // pnlLogin.BringToFront(); //} }