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