Пример #1
0
 public void Dispose()
 {
     _tcpCommunication = null;
 }
Пример #2
0
 public CommandHandler(TcpCommunication tcpCommunication)
 {
     _tcpCommunication = tcpCommunication;
 }