Ejemplo n.º 1
0
 public void Subscribe(WeatherForecast weatherforcast)
 {
     subcriptionToDispose = weatherforcast.Subscribe(this);
 }
Ejemplo n.º 2
0
 public void Subscribe(WeatherForecast weatherForecast)
 {
     subscriptionToBeDisposed = weatherForecast.Subscribe(this);
 }