| 187 | } |
| 188 | |
| 189 | void TrayFlyoutPage::EditSettingsClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 190 | { |
| 191 | m_EditSettingsRequestedDelegate(); |
| 192 | } |
| 193 | |
| 194 | void TrayFlyoutPage::ResetSettingsClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 195 | { |
nothing calls this directly
no outgoing calls
no test coverage detected