#nullable enable namespace Terminal.Gui.App; public static partial class Application // Popover handling { /// Gets the Application manager. public static ApplicationPopover? Popover { get; internal set; } }