예제 #1
0
        private void BtnPhucHoi_ItemClick(object sender, ItemClickEventArgs e)
        {
            frmPhucHoiDuLieu frmph = new frmPhucHoiDuLieu(username);

            frmph.ThemNhatKyHeThong += ThemNhatKy_Main;
            frmph.ShowDialog();
        }
        private void btnPhuchoidulieu_Click(object sender, EventArgs e)
        {
            frmPhucHoiDuLieu f = new frmPhucHoiDuLieu();

            f.ShowDialog();
            MessageBoxEx.Show("Bạn phải khởi động lại phần mềm sau khi phục hồi", "Thông Báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
            this.Close();
        }