コード例 #1
0
 public Proxy(SchoolGirl sg)
 {
     ps = new Pursuit(sg);
 }
コード例 #2
0
ファイル: Pursuit.cs プロジェクト: MarsonShine/Books
 public Pursuit(SchoolGirl sg)
 {
     this.sg = sg;
 }