示例#1
0
 public Proxy(SchoolGirl gril)
 {
     pursuit = new Pursuit(gril);
 }
示例#2
0
 public Proxy(SchoolGirl mm)
 {
     gg = new Pursuit(mm);
 }