Beispiel #1
0
 public void Subscribe(WeatherForecast weatherforcast)
 {
     subcriptionToDispose = weatherforcast.Subscribe(this);
 }
 public void Subscribe(WeatherForecast weatherForecast)
 {
     subscriptionToBeDisposed = weatherForecast.Subscribe(this);
 }