コード例 #1
0
 public void Update(WeatherForecastDetail wf)
 {
     this.Icon     = wf.Icon;
     this.Temp     = wf.Temp;
     this.Time     = wf.Time;
     this.DateTime = wf.DateTime;
 }
コード例 #2
0
 public void Update(WeatherForecastDetail wf)
 {
     this.Icon = wf.Icon;
     this.Temp = wf.Temp;
     this.Time = wf.Time;
     this.DateTime = wf.DateTime;
 }