コード例 #1
0
 public ConsoleWheaterViewer(WeatherStation wheaterStation)
 {
     this.observedWeatherStation = wheaterStation;
 }
コード例 #2
0
 public PhoneWeatherViewer(WeatherStation wheaterStation)
 {
     this.observedWeatherStation = wheaterStation;
 }