Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Configurations/ShortenConfigurationElement.cs @ 215:85ddae313408
Se soluciona ticket #178. Se resuelve ordenar Historico de Eventos solamente por NumeroOrden de forma descendente.
author | alabra |
---|---|
date | Sun, 04 Sep 2011 18:35:33 -0300 |
parents | fe47f11f5f20 |
children |
line wrap: on
line source
using System.Configuration; namespace AltNetHispano.Agendas.Configurations { public class ShortenConfigurationElement : ConfigurationElement { [ConfigurationProperty("urlAPI")] public string UrlAPI { get { return base["urlAPI"] as string; } } } }