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