Esempio n. 1
0
 public ADBoard(WeatherData weatherData)
 {
     this.weatherData = weatherData;
     this.weatherData.AddSubscriber(this);
 }
Esempio n. 2
0
 public PDA(WeatherData weatherData)
 {
     this.weatherData = weatherData;
     this.weatherData.AddSubscriber(this);
 }