예제 #1
0
 public void HandleLeftMouseDown()
 {
     try
     {
         InputChannel.HandleLeftMouseDown();
     }
     catch (EndpointNotFoundException)
     {
     }
     catch (CommunicationException)
     {
     }
 }