Beispiel #1
0
 private void ActualizarDataGrid()
 {
     dgt_Ciudad.DataSource = BD.Vista();
     SeleccionarFila();
 }