Exemplo n.º 1
0
 public CommunicationTransmitServer(CommunicationTarget target)
 {
     this.Event = target.Event;
 }
Exemplo n.º 2
0
 public CommunicationReceiveServer(CommunicationTarget target)
 {
     this.target = target;
 }