private void btnThem_Click(object sender, EventArgs e) { string msp = txt_msp.Text; string tensp = txt_ten.Text; string idBrand = cmb_Brand.SelectedValue.ToString(); string idColor = cmb_Color.SelectedValue.ToString(); string idStype = cmb_Stype.SelectedValue.ToString(); string tt = txt_tt.Text; double gia = Convert.ToDouble(txt_gia.Text); if (dao.addSP(msp, idBrand, idColor, idStype, TenAnh.Text, tt, gia.ToString(), tensp, PhanQuyenDao.maNguoiQuanLy)) { System.IO.File.Copy(urlnameluu, paths + "\\Images\\" + TenAnh.Text); MessageBox.Show("Đã thêm thành công"); setNull(); getListSP(); } else { MessageBox.Show("Xảy ra lỗi mời thử lại"); } }