Example #1
0
 //TODO Criptare le comunicazioni
 private void SendData(byte[] Msg)
 {
     CServer.SendData(mSocket, Msg);
 }