Example #1
0
 public WeatherObserver(WeatherSubject subject)
 {
     _weatherSubject = subject;
     _weatherSubject.Attach(this);
 }