Ejemplo n.º 1
0
 private void txtTim_TextChanged(object sender, EventArgs e)
 {
     dgvNhanvien.DataSource = nv.TimNhanVien(txtTim.Text);
 }