示例#1
0
 void objHttp_EntsvcSendMessage(string msg, string from, List <string> to)
 {
     try
     {
         channelNettcpChat.svcSendMessage(msg, from, to);
     }
     catch (Exception ex)
     {
         VMuktiAPI.VMuktiHelper.ExceptionHandler(ex, "objHttp_EntsvcSendMessage", "ChatDummy.cs");
     }
 }