Exemplo n.º 1
0
 private void cargarMaterial()
 {
     grdMaterial.DataSource = MaterialesLogica.obtenerMateriales();
     grdMaterial.DataBind();
 }