Esempio n. 1
0
 public Persuit(SchoolGirl mm)
 {
     this.mm = mm;
 }
Esempio n. 2
0
 public Proxy(SchoolGirl mm)
 {
     this.gg = new Persuit(mm);
 }