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