예제 #1
0
 private void CargarFuentes()
 {
     gvFuentes.DataSource = listas.ListaFuentes();
     gvFuentes.DataBind();
 }