Ejemplo n.º 1
0
 private void btnSearch_Click(object sender, EventArgs e)
 {
     dgvHangHoa.DataSource = hangBLL.SearchByTen(txtTenHH.Text);
 }
Ejemplo n.º 2
0
 private void btnFind_Click(object sender, EventArgs e)
 {
     dgHangHoa.DataSource = hhBLL.SearchByTen(txtTenTim.Text);
 }