| 32 | } |
| 33 | |
| 34 | void RedisInfoUI::Initialize() |
| 35 | { |
| 36 | m_RefreshStart = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(kKeyStartButtonName)); |
| 37 | m_RefreshStop = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(kKeyStopButtonName)); |
| 38 | } |
| 39 | |
| 40 | int RedisInfoUI::GetIndex() |
| 41 | { |
nothing calls this directly
no test coverage detected