public void SetActiveMonitor(int index) { try { InputChannel.SetActiveMonitor(index); } catch (EndpointNotFoundException) { } catch (CommunicationException) { } }