| 122 | } |
| 123 | |
| 124 | void FramelessPage::CloseClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 125 | { |
| 126 | Close(); |
| 127 | } |
| 128 | |
| 129 | void FramelessPage::SystemMenuOpening(const IInspectable &, const IInspectable &) |
| 130 | { |
nothing calls this directly
no outgoing calls
no test coverage detected