| 217 | } |
| 218 | |
| 219 | void TrayFlyoutPage::TipsAndTricksClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 220 | { |
| 221 | m_TipsAndTricksRequestedDelegate(); |
| 222 | } |
| 223 | |
| 224 | void TrayFlyoutPage::AboutClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 225 | { |
nothing calls this directly
no outgoing calls
no test coverage detected