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