| 52 | } |
| 53 | |
| 54 | void RedisConfigUI::OnClick(TNotifyUI& msg) |
| 55 | { |
| 56 | if (msg.pSender->GetName() == _T("btn_config_submit")) |
| 57 | { |
| 58 | DoApplyData(); |
| 59 | } |
| 60 | else if (msg.pSender->GetName() == _T("btn_config_sync")) |
| 61 | { |
| 62 | Env()->GetDBClient()->ReWriteConfig(); |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | void RedisConfigUI::OnSelectChanged( TNotifyUI &msg ) |
| 67 | { |
nothing calls this directly
no test coverage detected