| 197 | } |
| 198 | |
| 199 | void TrayFlyoutPage::DisableSavingSettingsClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 200 | { |
| 201 | m_DisableSavingSettingsChangedDelegate(DisableSavingSettings().IsChecked()); |
| 202 | } |
| 203 | |
| 204 | void TrayFlyoutPage::ResetDynamicStateClicked(const IInspectable &, const wux::RoutedEventArgs&) |
| 205 | { |
nothing calls this directly
no outgoing calls
no test coverage detected