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

Method CancelButtonClick

NanaBox/ReloadConfirmationPage.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void ReloadConfirmationPage::CancelButtonClick(
39 winrt::IInspectable const& sender,
40 winrt::RoutedEventArgs const& e)
41 {
42 UNREFERENCED_PARAMETER(sender);
43 UNREFERENCED_PARAMETER(e);
44
45 ::PostMessageW(this->m_WindowHandle, WM_CLOSE, 0, 0);
46 }
47
48 NanaBox::ReloadConfirmationStatus ReloadConfirmationPage::Status()
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected