Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Configurations/ShortenConfigurationElement.cs @ 189:fe47f11f5f20
Adapter para url shorten de google
author | nelopauselli |
---|---|
date | Tue, 09 Aug 2011 09:38:28 -0300 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Configurations/ShortenConfigurationElement.cs Tue Aug 09 09:38:28 2011 -0300 @@ -0,0 +1,13 @@ +using System.Configuration; + +namespace AltNetHispano.Agendas.Configurations +{ + public class ShortenConfigurationElement : ConfigurationElement + { + [ConfigurationProperty("urlAPI")] + public string UrlAPI + { + get { return base["urlAPI"] as string; } + } + } +} \ No newline at end of file