Ejemplo n.º 1
0
 internal void OnDeserialized(StreamingContext context)
 {
     _client = (RemoteClient)context.Context;
 }
Ejemplo n.º 2
0
 protected virtual void DoDispose()
 {
     _client = null;
     Disposed?.Invoke(this, EventArgs.Empty);
 }