コード例 #1
0
ファイル: StoryPointView.cs プロジェクト: joseph93/Genos
 public StoryPointView(POS sp)
 {
     this.sp = sp;
     sp.attachObserver(this);
 }