public CurrentConditionsDisplay(IWeatherEvent weatherData)
 {
     weatherData.WeatherDataEvent += Update;
 }
Example #2
0
 public AnotherDisplay(IWeatherEvent weatherData)
 {
     weatherData.WeatherDataEvent += Update;
 }