| 228 | } |
| 229 | |
| 230 | void BaseWorkspace::InitPanelClient() { |
| 231 | panel_client_ = std::make_shared<CtPanelClient>(context_); |
| 232 | panel_client_->Start(); |
| 233 | } |
| 234 | |
| 235 | void BaseWorkspace::RegisterBaseListeners() { |
| 236 | msg_listener_->Listen<MsgClientExitApp>([=, this](const MsgClientExitApp& msg) { |