Exemplo n.º 1
0
 public Forecast(WeatherData wd)
 {
     this.wd = wd;
     this.wd.registerComponent(this);
 }
Exemplo n.º 2
0
 public Statistics(WeatherData wd)
 {
     this.wd = wd;
     wd.registerComponent(this);
 }