| 222 | } |
| 223 | |
| 224 | void TrayFlyoutPage::AboutClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 225 | { |
| 226 | m_AboutRequestedDelegate(); |
| 227 | } |
| 228 | |
| 229 | void TrayFlyoutPage::ExitClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 230 | { |
nothing calls this directly
no outgoing calls
no test coverage detected