예제 #1
0
 private void txtBuscar_TextChanged(object sender, EventArgs e)
 {
     dataGridView1.DataSource = empleado.buscarPorDni(txtBuscar.Text);
 }