| 34 | } |
| 35 | |
| 36 | void WelcomePage::AgreeButtonClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 37 | { |
| 38 | m_LicenseApprovedHandler(); |
| 39 | Close(); |
| 40 | } |
| 41 | |
| 42 | void WelcomePage::DisagreeButtonClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected