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