예제 #1
0
 public void HandleKeyUp(List <int> keyCodes)
 {
     try
     {
         InputChannel.HandleKeyUp(keyCodes);
     }
     catch (EndpointNotFoundException)
     {
     }
     catch (CommunicationException)
     {
     }
 }