Example #1
0
 private void checkBoxServiceLog_Unchecked(object sender, RoutedEventArgs e)
 {
     // dont' respond during initial update
     if (!_updatingLogAndReportingStatus)
     {
         _currentExpectedAction = ExpectedAction.DeactivateLog;
         _clientLogic.AdminDisableLogging();
     }
 }