MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Initialize

Method Initialize

RedisStudio/RedisInfoUI.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void RedisInfoUI::Initialize()
35{
36 m_RefreshStart = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(kKeyStartButtonName));
37 m_RefreshStop = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(kKeyStopButtonName));
38}
39
40int RedisInfoUI::GetIndex()
41{

Callers

nothing calls this directly

Calls 1

FindControlMethod · 0.45

Tested by

no test coverage detected