| 401 | } |
| 402 | |
| 403 | void QuickStartPage::DocumentationButtonClick( |
| 404 | winrt::IInspectable const& sender, |
| 405 | winrt::RoutedEventArgs const& e) |
| 406 | { |
| 407 | UNREFERENCED_PARAMETER(sender); |
| 408 | UNREFERENCED_PARAMETER(e); |
| 409 | |
| 410 | ::LaunchDocumentation(); |
| 411 | } |
| 412 | |
| 413 | void QuickStartPage::AboutButtonClick( |
| 414 | winrt::IInspectable const& sender, |
nothing calls this directly
no test coverage detected