Пример #1
0
 public HeatIndexDisplay(WeatherData wd)
 {
     this.weatherData = wd;
     weatherData.RegisterObserver(this);
 }
Пример #2
0
 public CurrentConditionsDisplay(WeatherData wd)
 {
     this.weatherData = wd;
     weatherData.RegisterObserver(this);
 }