Exemplo n.º 1
0
 public void SendMessage(string msg, SocketWrap sw)
 {
     sw.SendData('M' + msg);
 }