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