public void Update(WeatherForecastDetail wf) { this.Icon = wf.Icon; this.Temp = wf.Temp; this.Time = wf.Time; this.DateTime = wf.DateTime; }