Esempio n. 1
0
 private void send(string a_message)
 {
     m_tcpServer.send(a_message);
     m_tcpClient.send(a_message);
 }