Exemplo n.º 1
0
 public Application(Dictionary <string, string> dicFeeds)
 {
     HasRead = false;
     weatherInfoContainer = new WeatherInfoContainer();
     AtomFeedUrl          = dicFeeds;
     var task = this.Initialization;
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     weatherInfoContainer = null;
 }