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