Example #1
0
 public void assign_to(Spot spot)
 {
     this.spot = spot;
 }
Example #2
0
 public void add(Spot spot)
 {
     spots.Add(spot);
       spot.assign_to(this);
 }