Beispiel #1
0
 private void RefrescarPilo()
 {
     dgDatos.DataSource = null;
     dgDatos.DataSource = LPiloto.ObtenerPilotos();
 }