示例#1
0
 public Goal(IGoalObserver subscriber, int id, Point nwPoint, Point nePoint, Point swPoint, Point sePoint)
 {
     this.ID = id;
     this.NWPoint = nwPoint;
     this.NEPoint = nePoint;
     this.SWPoint = swPoint;
     this.SEPoint = sePoint;
     this.subscriber = subscriber;
 }
示例#2
0
 public Goal(IGoalObserver subscriber, int id, Point nwPoint, Point nePoint, Point swPoint, Point sePoint)
 {
     this.ID         = id;
     this.NWPoint    = nwPoint;
     this.NEPoint    = nePoint;
     this.SWPoint    = swPoint;
     this.SEPoint    = sePoint;
     this.subscriber = subscriber;
 }