| 46 | } |
| 47 | |
| 48 | void ColorPickerPage::OkButtonClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 49 | { |
| 50 | m_ChangesCommittedHandler(Picker().Color()); |
| 51 | base_type::Close(); |
| 52 | } |
| 53 | |
| 54 | void ColorPickerPage::CancelButtonClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 55 | { |