public CurrentConditionsDisplay(IWeatherEvent weatherData)
 {
     weatherData.WeatherDataEvent += Update;
 }
Exemplo n.º 2
0
 public AnotherDisplay(IWeatherEvent weatherData)
 {
     weatherData.WeatherDataEvent += Update;
 }