public CurrentConditionsReport(WeatherDataManager manager) { manager.newWeatherInfo += CurrentConditionsReportMsg; }
public StatisticReport(WeatherDataManager manager) { manager.newWeatherInfo += StatisticReportMsg; }
public ForeCastReport(WeatherDataManager manager) { manager.newWeatherInfo += ForeCastReportMsg; }