コード例 #1
0
 public Proxy(SchoolGirl sg)
 {
     ps = new Pursuit(sg);
 }
コード例 #2
0
ファイル: Proxy.cs プロジェクト: WangPinChieh/DesignPattern
 public ProxyAgent(string name)
 {
     p = new Pursuit(name);
 }