| 365 | } |
| 366 | |
| 367 | void CPageSlots::DlgOK(HWND hWnd) |
| 368 | { |
| 369 | DiskCardCleanup(); |
| 370 | m_PropertySheetHelper.PostMsgAfterClose(hWnd, m_Page); |
| 371 | } |
| 372 | |
| 373 | void CPageSlots::ApplyConfigAfterClose() |
| 374 | { |
nothing calls this directly
no test coverage detected