Esempio n. 1
0
 public Proxy(SchoolGirl sg)
 {
     ps = new Pursuit(sg);
 }
Esempio n. 2
0
 public ProxyAgent(string name)
 {
     p = new Pursuit(name);
 }