Beispiel #1
0
 /// <inheritdoc />
 public Proxy(Girl girl)
 {
     boy = new Pursuit(girl);
 }
Beispiel #2
0
 public Proxy(Girl mm)
 {
     gg = new Pursuit(mm);
 }