Beispiel #1
0
 public void RefrescarTabla()
 {
     co.LeerTodasPreguntas();
     tablaPreguntas.DataSource = co.TablaPreguntas;
 }