| 52 | } |
| 53 | |
| 54 | void ColorPickerPage::CancelButtonClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 55 | { |
| 56 | base_type::Close(); |
| 57 | } |
| 58 | |
| 59 | void ColorPickerPage::DialogOpened(const IInspectable &, const wuxc::ContentDialogOpenedEventArgs &) noexcept |
| 60 | { |
nothing calls this directly
no outgoing calls
no test coverage detected