| 61 | } |
| 62 | |
| 63 | FTPWindow::~FTPWindow() { |
| 64 | //DeleteObject(m_backgroundBrush); |
| 65 | } |
| 66 | |
| 67 | int FTPWindow::Create(HWND hParent, HWND hNpp, int MenuID, int MenuCommand) { |
| 68 | SetTitle(TEXT("NppFTP")); |
nothing calls this directly
no outgoing calls
no test coverage detected