| 11 | |
| 12 | IMPLEMENT_DYNAMIC(KeyHeader, CDialog) |
| 13 | KeyHeader::KeyHeader(CWnd* pParent /*=NULL*/) |
| 14 | : CDialog(KeyHeader::IDD, pParent) |
| 15 | { |
| 16 | softgray_pen.CreatePen(PS_SOLID,1,RGB(212,212,212)); |
| 17 | } |
| 18 | |
| 19 | KeyHeader::~KeyHeader() |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected