コード例 #1
0
 public void Subscribe(WeatherForecast weatherforcast)
 {
     subcriptionToDispose = weatherforcast.Subscribe(this);
 }
コード例 #2
0
 public void Subscribe(WeatherForecast weatherForecast)
 {
     subscriptionToBeDisposed = weatherForecast.Subscribe(this);
 }