예제 #1
0
 public DynamicProxy(RemoteActor actor)
 {
     this.Proxy = actor;
 }
예제 #2
0
 public RemoteActorProxy(RemoteActor remote, Type t)
     : base(t)
 {
     this.Remote = remote;
 }