| 305 | } |
| 306 | |
| 307 | void Application::onFileDrop(const std::wstring& _fileName) |
| 308 | { |
| 309 | CommandManager::getInstance().setCommandData(_fileName); |
| 310 | CommandManager::getInstance().executeCommand("Command_FileDrop"); |
| 311 | } |
| 312 | |
| 313 | bool Application::onWindowClose(size_t _handle) |
| 314 | { |
nothing calls this directly
no test coverage detected