private void btnCapNhat_Click(object sender, EventArgs e) { try { if (AppCode.Extention.ChuoiHopLe(txtMatKhauMoi.Text) && string.Compare(txtMatKhauMoi.Text, txtNhapLaiMatKhau.Text) == 0) { bmp.Save(@"D:\HOCTAP\Documents_Year3_HK2\HE_QTCSDL\QUANCAFFE\Image\Login\" + open.FileName); var o = new NhanVien() { TenDN = txtTenDN.Text, TenNV = txtTenNhanVien.Text, MatKhau = txtMatKhauMoi.Text, TenHinh = open.FileName }; MessageBox.Show(open.FileName); using (var k = new AppCode.QuanCafe()) { var kq = k.CapNhatTK(AppCode.STNhanVien.idNhanVien, o); if (kq != null) { fThongTinTaiKhoan_Load(sender, e); MessageBox.Show("Cập nhật thành công", "Thông báo"); } } } } catch { } }