| 35 | } |
| 36 | |
| 37 | void CopyDialog::HyperlinkButton_Click( |
| 38 | winrt::Windows::Foundation::IInspectable const& sender, |
| 39 | winrt::Microsoft::UI::Xaml::RoutedEventArgs const& e) |
| 40 | { |
| 41 | winrt::Windows::System::Launcher::LaunchUriAsync(ViewModel().DestinationUri()); |
| 42 | } |
| 43 | |
| 44 | |
| 45 | void CopyDialog::PauseButton_Click(winrt::Windows::Foundation::IInspectable const& sender, winrt::Microsoft::UI::Xaml::RoutedEventArgs const& e) |
nothing calls this directly
no test coverage detected