| 1391 | } |
| 1392 | |
| 1393 | void NanaBox::MainWindow::RdpClientUninitialize() |
| 1394 | { |
| 1395 | this->KillTimer( |
| 1396 | NanaBox::MainWindowTimerEvents::SyncDisplaySettings); |
| 1397 | this->m_RdpClient->DisableEventsDispatcher(); |
| 1398 | this->m_RdpClientWindow.DestroyWindow(); |
| 1399 | this->m_RdpClient = nullptr; |
| 1400 | } |
| 1401 | |
| 1402 | void NanaBox::MainWindow::RdpClientConnect() |
| 1403 | { |
no test coverage detected