mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 08:47:59 +01:00
Moved Overlapped stuff to ApplicationOverlap static class. Fixed nullable warnings.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#nullable enable
|
||||
namespace Terminal.Gui;
|
||||
|
||||
/// <summary>
|
||||
/// Helper class for <see cref="Application"/> navigation.
|
||||
/// </summary>
|
||||
internal static class ApplicationNavigation
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user