Пример #1
0
 private void BuscarNombre()
 {
     dataListado.DataSource = NHoteles.Buscar(txtNombre.Text, txtPais.Text);
 }