Mercurial > altnet-hispano
comparison 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 |
comparison
equal
deleted
inserted
replaced
188:49125b681709 | 189:fe47f11f5f20 |
---|---|
1 using System.Configuration; | |
2 | |
3 namespace AltNetHispano.Agendas.Configurations | |
4 { | |
5 public class ShortenConfigurationElement : ConfigurationElement | |
6 { | |
7 [ConfigurationProperty("urlAPI")] | |
8 public string UrlAPI | |
9 { | |
10 get { return base["urlAPI"] as string; } | |
11 } | |
12 } | |
13 } |