示例#1
0
 public PointOfInterestView(PointOfInterest poi)
 {
     this.poi = poi;
     poi.attachObserver(this);
 }