| 408 | } |
| 409 | |
| 410 | void BaseControl::Enable(const bool bEnable) |
| 411 | { |
| 412 | m_state = bEnable ? State::Normal : State::Disabled; |
| 413 | } |
| 414 | #pragma endregion |
| 415 | |
| 416 | #pragma region Manager |
nothing calls this directly
no outgoing calls
no test coverage detected