示例#1
0
 public HeatIndexDisplay(WeatherData wd)
 {
     this.weatherData = wd;
     weatherData.RegisterObserver(this);
 }
示例#2
0
 public CurrentConditionsDisplay(WeatherData wd)
 {
     this.weatherData = wd;
     weatherData.RegisterObserver(this);
 }