Ejemplo n.º 1
0
 public WeatherFeedItem()
 {
     this.ActualCondition    = new ActualCondition();
     this.ForecastConditions = new List <Forecast>();
     this.Coordinates        = new Geo.Coordinates();
 }
Ejemplo n.º 2
0
		public WeatherFeedItem()
		{
			this.ActualCondition = new ActualCondition();
			this.ForecastConditions = new List<Forecast>();
            this.Coordinates = new Geo.Coordinates();
		}