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