Exemplo n.º 1
0
 public StatisticsDisplay(WeatherData weatherData)
 {
     WeatherData  = weatherData;
     Temperatures = new List <int>();
 }
Exemplo n.º 2
0
 public ForecastDisplay(WeatherData weatherData)
 {
     WeatherData = weatherData;
 }
Exemplo n.º 3
0
 public CurrentConditionsDisplay(WeatherData weatherData)
 {
     WeatherData = weatherData;
 }