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