private void StopWatcher()
        {
            stopWatcherButton.IsEnabled = false;

            deviceWatcherHelper.StopWatcher();

            startWatcherButton.IsEnabled = true;
        }
示例#2
0
        private void StopWatcher()
        {
            aqsFilterTextBox.IsEnabled  = false;
            stopWatcherButton.IsEnabled = false;

            deviceWatcherHelper.StopWatcher();

            startWatcherButton.IsEnabled = true;
            startWatcherButton.Focus(FocusState.Keyboard);
            aqsFilterTextBox.IsEnabled = true;
        }