lib/events/SplashScreenForm.ps1

#######################################################################################################################################################
# WARNING: DO NOT EDIT THIS FILE AS IT IS GENERATED AND WILL BE OVERWRITTEN ON THE NEXT UPDATE! #
# #
# Generated via psake on: 2026-03-02T05:36:01.939Z #
# Version: 2026.3.2.1 #
# Copyright Fortigi (C) 2024-2026 #
#######################################################################################################################################################
#requires -Version 7.0

$Script:SplashScreenForm.Definition.Add_Loaded({
        try {
            $_ | Show-EventInfo
            $Script:SplashScreenForm.Definition.Focus() | Out-Null
        }
        catch {
            $_.Exception.Message | Write-LogOutput -LogType ERROR -ErrorObject $_
        }
    })