Beispiel #1
0
 void WhiteboardDummy_EColor(string from, List <string> to, string strOpName, string color)
 {
     try
     {
         channelNettcpWhiteboard.svcChangeColor(from, to, strOpName, color);
     }
     catch (Exception ex)
     {
         VMuktiAPI.VMuktiHelper.ExceptionHandler(ex, "WhiteboardDummy_EColor()", "WhiteBoardDummy.cs");
     }
 }