예제 #1
0
 public void BuscarRegistro()
 {
     dataListado.DataSource = N_Pasajeros.BuscarRegistros(txtBuscar.Text);
 }