Esempio n. 1
0
 public ClientMarshaller(int clientId, TcpClient client, CommsMarshaller marshaller)
 {
     ClientId   = clientId;
     Client     = client;
     Marshaller = marshaller;
 }