| 23 | presenter.IsMinimizable(value); |
| 24 | } |
| 25 | bool WindowEx::IsModal() |
| 26 | { |
| 27 | return presenter.IsModal(); |
| 28 | } |
| 29 | void WindowEx::IsModal(bool value) |
| 30 | { |
| 31 | presenter.IsModal(value); |
nothing calls this directly
no outgoing calls
no test coverage detected