Exemple #1
0
 public Proxyex(SchoolGirl sg)
 {
     p = new Pursuit(sg);
 }
 public Pursuit(SchoolGirl sg)
 {
     this.sg = sg;
 }