Exemple #1
0
 public List <DisplayInformation> GetDisplayInformation()
 {
     try
     {
         return(InputChannel.GetDisplayInformation());
     }
     catch (EndpointNotFoundException)
     {
         return(null);
     }
     catch (CommunicationException)
     {
         return(null);
     }
 }