Exemplo n.º 1
0
 public List <float> GetCpuTemps()
 {
     try
     {
         return(InputChannel.GetCpuTemps());
     }
     catch (EndpointNotFoundException)
     {
         return(null);
     }
     catch (CommunicationException)
     {
         return(null);
     }
 }