Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Configurations/GoogleConfigurationElement.cs @ 189:fe47f11f5f20
Adapter para url shorten de google
author | nelopauselli |
---|---|
date | Tue, 09 Aug 2011 09:38:28 -0300 |
parents | 734d3f0853bf |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Configurations/GoogleConfigurationElement.cs Tue Aug 09 08:55:08 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Configurations/GoogleConfigurationElement.cs Tue Aug 09 09:38:28 2011 -0300 @@ -10,6 +10,11 @@ get { return base["calendar"] as CalendarConfigurationElement; } } + [ConfigurationProperty("shorten")] + public ShortenConfigurationElement Shorten + { + get { return base["shorten"] as ShortenConfigurationElement; } + } [ConfigurationProperty("enabled")] public bool Enabled {