Пример #1
0
 public void Subscribe(WeatherForecast weatherforcast)
 {
     subcriptionToDispose = weatherforcast.Subscribe(this);
 }
Пример #2
0
 public void Subscribe(WeatherForecast weatherForecast)
 {
     subscriptionToBeDisposed = weatherForecast.Subscribe(this);
 }