MCPcopy Create free account
hub / github.com/YtFlow/Maple / HelpButton_Click

Method HelpButton_Click

Maple.App/EditPage.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108 }
109 void EditPage::HelpButton_Click(IInspectable const&, RoutedEventArgs const&) {
110 const auto _ = winrt::Windows::System::Launcher::LaunchUriAsync(Uri{ L"https://github.com/eycorsican/leaf/blob/master/README.zh.md" });
111 }
112 IAsyncAction EditPage::SaveDocument()
113 {
114 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected