| 24 | } |
| 25 | |
| 26 | void WelcomePage::OpenDiscordLink(const IInspectable &, const wux::RoutedEventArgs &) |
| 27 | { |
| 28 | m_DiscordJoinRequestedHandler(); |
| 29 | } |
| 30 | |
| 31 | void WelcomePage::EditConfigFile(const IInspectable &, const wux::RoutedEventArgs &) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected