namespace LanMountainDesktop.AirAppSdk; /// /// Describes a window entry contributed by an AirApp. /// Produced by AddAirAppWindow<TWindow> and resolved by the AirAppHost /// window loader to open the window content inside the host window shell. /// public sealed record AirAppWindowRegistration( string WindowId, string DisplayName, Type WindowType);