Пример #1
0
 public DisplayTwo(WeatherData weatherData)
 {
     WeatherData = weatherData;
     weatherData.AddObserver(this);
 }