MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / HyperlinkButton_Click

Method HyperlinkButton_Click

FastCopy/CopyDialog.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

DestinationUriMethod · 0.80

Tested by

no test coverage detected