| 96 | } |
| 97 | |
| 98 | void SwitchPresenter::OnCasesChanged(const wfc::IObservableVector<Case> &, const wfc::IVectorChangedEventArgs &) |
| 99 | { |
| 100 | EvaluateCases(); |
| 101 | } |
| 102 | |
| 103 | void SwitchPresenter::OnLoaded(const IInspectable &, const wux::RoutedEventArgs &) |
| 104 | { |
nothing calls this directly
no outgoing calls
no test coverage detected