Application.Popover.cs 258 B

123456789
  1. #nullable enable
  2. namespace Terminal.Gui.App;
  3. public static partial class Application // Popover handling
  4. {
  5. /// <summary>Gets the Application <see cref="Popover"/> manager.</summary>
  6. public static ApplicationPopover? Popover { get; internal set; }
  7. }