MCPcopy Create free account
hub / github.com/M2Team/NanaBox / DocumentationButtonClick

Method DocumentationButtonClick

NanaBox/QuickStartPage.cpp:403–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

LaunchDocumentationFunction · 0.85

Tested by

no test coverage detected