Exemplo n.º 1
0
 private void btnListar_Click(object sender, EventArgs e)
 {
     dgDatos.DataSource = Recursos.LeerTodos();
 }