()
| 3186 | FnTable.CompositorBringToFront(); |
| 3187 | } |
| 3188 | public void CompositorGoToBack() |
| 3189 | { |
| 3190 | FnTable.CompositorGoToBack(); |
| 3191 | } |
| 3192 | public void CompositorQuit() |
| 3193 | { |
| 3194 | FnTable.CompositorQuit(); |
nothing calls this directly
no outgoing calls
no test coverage detected