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