Shows the window in a floating state.
()
| 152 | /// Shows the window in a floating state. |
| 153 | /// </summary> |
| 154 | public void ShowFloating() |
| 155 | { |
| 156 | ShowFloating(Float2.Zero); |
| 157 | } |
| 158 | |
| 159 | /// <summary> |
| 160 | /// Shows the window in a floating state. |
no outgoing calls
no test coverage detected