| 66 | // CSystemTray construction/creation/destruction |
| 67 | |
| 68 | CSystemTray::CSystemTray() { |
| 69 | Initialise(); |
| 70 | } |
| 71 | |
| 72 | CSystemTray::CSystemTray(CWnd* pParent, UINT uCallbackMessage, LPCTSTR szToolTip, |
| 73 | HICON icon, UINT uID) { |
nothing calls this directly
no outgoing calls
no test coverage detected