| 222 | } |
| 223 | |
| 224 | void CPaintManagerUI::SetCurrentPath(LPCTSTR pStrPath) |
| 225 | { |
| 226 | ::SetCurrentDirectory(pStrPath); |
| 227 | } |
| 228 | |
| 229 | void CPaintManagerUI::SetResourceDll(HINSTANCE hInst) |
| 230 | { |
nothing calls this directly
no outgoing calls
no test coverage detected