コード例 #1
0
 public HandWrittenProxy(IHandWritten target, InvocationHandler invocationHandler)
 {
     this.target            = target;
     this.invocationHandler = invocationHandler;
 }
コード例 #2
0
ファイル: HandWrittenProxy.cs プロジェクト: kswoll/sexy-proxy
 public HandWrittenProxy(IHandWritten target, InvocationHandler invocationHandler)
 {
     this.target = target;
     this.invocationHandler = invocationHandler;
 }