| 118 | } |
| 119 | |
| 120 | void CLabel::ReconstructFont() { |
| 121 | m_font.DeleteObject(); |
| 122 | BOOL bCreated = m_font.CreateFontIndirect(&m_lf); |
| 123 | |
| 124 | ASSERT(bCreated); |
| 125 | } |
| 126 | |
| 127 | void CLabel::OnTimer(UINT nIDEvent) { |
| 128 | m_bState = !m_bState; |
nothing calls this directly
no outgoing calls
no test coverage detected