| 127 | } |
| 128 | |
| 129 | LPCTSTR CMainFrameWnd::GetResourceID() const |
| 130 | { |
| 131 | return MAKEINTRESOURCE(IDR_ZIP_SKIN); |
| 132 | } |
| 133 | |
| 134 | CControlUI* CMainFrameWnd::CreateControl(LPCTSTR pstrClassName) |
| 135 | { |
nothing calls this directly
no outgoing calls
no test coverage detected