Exemplo n.º 1
0
 public void HandleRightClick()
 {
     try
     {
         InputChannel.HandleRightClick();
     }
     catch (EndpointNotFoundException)
     {
     }
     catch (CommunicationException)
     {
     }
 }