| 149 | } |
| 150 | |
| 151 | void CBriefScreenEdit::OnTimer(UINT nIDEvent) { |
| 152 | UpdateView(); |
| 153 | CDialog::OnTimer(nIDEvent); |
| 154 | } |
| 155 | |
| 156 | void CBriefScreenEdit::OnSelchangeBriefAddsLayoutList() { |
| 157 | if (bm_handle > BAD_BITMAP_HANDLE) { |
nothing calls this directly
no test coverage detected