Ejemplo n.º 1
0
 public CurrentConditionsDisplay(WeatherData wd)
 {
     _weatherData = wd;
     _weatherData.registerObserver(this);
 }