コード例 #1
0
 public CurrentConditions(IWeather w)
 {
     this.w = w;
     w.registerComponent(this);
 }