Пример #1
0
 private void SendTcpMsg(string str_msg)
 {
     if (_client.IsConnected)
     {
         _client.SendMsg(str_msg);
     }
 }