예제 #1
0
 private void ConsultaEstados()
 {
     udgv.DataSource = SQLQueries.Consulta_Estados(txtEstado.Text, txtPais.Text);
 }