Ejemplo n.º 1
0
 public Proxy(SchoolGirl sg)
 {
     ps = new Pursuit(sg);
 }
Ejemplo n.º 2
0
 public Pursuit(SchoolGirl sg)
 {
     this.sg = sg;
 }