Public/Show-StartLayoutDesigner.ps1

function Show-StartLayoutDesigner {
    [CmdletBinding()]
    param()

    Show-SldWindow
}