private void barButtonItem2_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { if (MessageBox.Show("Bạn chắc chắn muốn khóa chương trình đào tạo chứ?", "Thông báo", MessageBoxButtons.OKCancel, MessageBoxIcon.Asterisk) == DialogResult.OK) { pro.setlock(idpath); MessageBox.Show("Đã khóa chương trình đào tạo."); log = true; this.Close(); } }