| 212 | } |
| 213 | |
| 214 | void TrayFlyoutPage::StartupClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 215 | { |
| 216 | m_StartupStateChangedDelegate(); |
| 217 | } |
| 218 | |
| 219 | void TrayFlyoutPage::TipsAndTricksClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 220 | { |
nothing calls this directly
no outgoing calls
no test coverage detected