| 101 | } |
| 102 | |
| 103 | void SwitchPresenter::OnLoaded(const IInspectable &, const wux::RoutedEventArgs &) |
| 104 | { |
| 105 | EvaluateCases(); |
| 106 | } |
| 107 | |
| 108 | bool SwitchPresenter::CompareValues(const IInspectable &compare, const IInspectable &value) |
| 109 | { |
nothing calls this directly
no outgoing calls
no test coverage detected