| 182 | } |
| 183 | |
| 184 | void TrayFlyoutPage::DumpDynamicStateClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 185 | { |
| 186 | m_DumpDynamicStateRequestedDelegate(); |
| 187 | } |
| 188 | |
| 189 | void TrayFlyoutPage::EditSettingsClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 190 | { |
nothing calls this directly
no outgoing calls
no test coverage detected