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