Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Configurations/ShortenConfigurationElement.cs @ 238:b43dc14886e3
Quitando ponente principal de la UI
author | nelopauselli |
---|---|
date | Tue, 04 Oct 2011 21:59:40 -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; } } } }