Example #1
0
 private void ListarGrid()
 {
     dataListado.DataSource = Tipo_gasto.Listar();
     DbDatos.OcultarId(dataListado);
 }