Ejemplo n.º 1
0
 public Proxy(Girl mm, string PursuitName)
 {
     gg = new Pursuit(mm, PursuitName);
     this.PursuitName = PursuitName;
 }
Ejemplo n.º 2
0
 public Proxy(SchoolGirl schoolGirl)
 {
     pursuit = new Pursuit(schoolGirl);
 }
Ejemplo n.º 3
0
 public Proxy(SchoolGirl gril)
 {
     this._pursuit = new Pursuit(gril);
 }
Ejemplo n.º 4
0
 public Proxy(SchoolGril mm)
 {
     gg = new Pursuit(mm);
 }