Exemplo n.º 1
0
 public HeatIndexDisplay(WeatherData wd)
 {
     this.weatherData = wd;
     weatherData.RegisterObserver(this);
 }
Exemplo n.º 2
0
 public CurrentConditionsDisplay(WeatherData wd)
 {
     this.weatherData = wd;
     weatherData.RegisterObserver(this);
 }