Ejemplo n.º 1
0
 public void RemoveAllAnnotations(int time)
 {
     try
     {
         lock (operationLock)
         {
             IReView_RemoteDebugRenderer RPCRDRProxy = RPC_Manager.Instance.Get_Client_Proxy <RPC_Client_Proxy_IReView_RemoteDebugRenderer>();
             if (RPCRDRProxy != null)
             {
                 RPCRDRProxy.RemoveAllAnnotations(time);
             }
         }
     }
     catch (Exception)
     {
         Disconnect();
     }
 }