Пример #1
0
 public StoryPointView(POS sp)
 {
     this.sp = sp;
     sp.attachObserver(this);
 }