| 19 | } |
| 20 | |
| 21 | void WelcomePage::OpenLiberapayLink(const IInspectable &, const wux::RoutedEventArgs &) |
| 22 | { |
| 23 | m_LiberapayOpenRequestedHandler(); |
| 24 | } |
| 25 | |
| 26 | void WelcomePage::OpenDiscordLink(const IInspectable &, const wux::RoutedEventArgs &) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected