| 187 | } |
| 188 | |
| 189 | int NppFTP::OnActivateLocalFile(const TCHAR* path) { |
| 190 | if (!path || !m_ftpWindow) |
| 191 | return -1; |
| 192 | |
| 193 | return m_ftpWindow->OnActivateLocalFile(path); |
| 194 | } |
| 195 | |
| 196 | int NppFTP::InitAll(HINSTANCE hInst) { |
| 197 | Window::SetDefaultInstance(hInst); |