XAMLgui.psm1

<#
.SYNOPSIS
    XAMLgui - Kick off a new window from a Visual Studio created XAML file and attach handlers - the easy way 🚀
     
.DESCRIPTION
    Copyright (c) 2026 Nabil Redmann
    Licensed under the MIT License.
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files.
#>


# This is the Root Module that loads all components

. $PSScriptRoot\helpers.ps1
. $PSScriptRoot\framework.ps1

Export-ModuleMember -Function *