Method CreateMainWindowClone
CreateMainWindowClone(bool)
Creates clone of the main window and optionally shows it on the screen.
public static Window CreateMainWindowClone(bool show = true)
Parameters
show
boolWhether to show created window. Optional. Default is
true
.