Esempio n. 1
0
 public void Update(WeatherData data)
 {
     weatherData = data;
     Display();
 }
Esempio n. 2
0
 public void ChangeWeather(WeatherData weatherData)
 {
     this.Weather = weatherData;
     Notify();
 }
Esempio n. 3
0
 public void ChangeWeather(WeatherData weatherData)
 {
     this.Weather = weatherData;
     Notify();
 }
Esempio n. 4
0
 public void Update(WeatherData data)
 {
     weatherData = data;
     Display();
 }