Beispiel #1
0
 private void RefrescarTabla()
 {
     co.LeerTodasTransacciones();
     tablaTransacciones.DataSource = co.TablaTransacciones;
 }