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

Method ReloadButtonClick

NanaBox/ReloadConfirmationPage.cpp:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 void ReloadConfirmationPage::ReloadButtonClick(
28 winrt::IInspectable const& sender,
29 winrt::RoutedEventArgs const& e)
30 {
31 UNREFERENCED_PARAMETER(sender);
32 UNREFERENCED_PARAMETER(e);
33
34 this->m_Status = NanaBox::ReloadConfirmationStatus::Reload;
35 ::PostMessageW(this->m_WindowHandle, WM_CLOSE, 0, 0);
36 }
37
38 void ReloadConfirmationPage::CancelButtonClick(
39 winrt::IInspectable const& sender,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected