Ejemplo n.º 1
0
 private void checkBoxServiceReporting_Checked(object sender, RoutedEventArgs e)
 {
     if (!_updatingLogAndReportingStatus)
     {
         _currentExpectedAction = ExpectedAction.ActivateReporting;
         _clientLogic.AdminUpdateReportingState(true);
     }
 }