| 284 | } |
| 285 | |
| 286 | void UpdateCheckDialog::SaveState() |
| 287 | { |
| 288 | m_pucdps->SaveDialogPosition(m_hDlg); |
| 289 | |
| 290 | m_pucdps->m_bStateSaved = TRUE; |
| 291 | } |
| 292 | |
| 293 | UpdateCheckDialogPersistentSettings::UpdateCheckDialogPersistentSettings() : |
| 294 | DialogSettings(SETTINGS_KEY) |
nothing calls this directly
no test coverage detected