| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected