1
This commit is contained in:
@@ -70,6 +70,11 @@ namespace BITKit.UX
|
||||
/// 历史面板
|
||||
/// </summary>
|
||||
internal static readonly Stack<IUXPanel> History = new();
|
||||
|
||||
/// <summary>
|
||||
/// 清空历史面板,通常用于关闭返回上一步
|
||||
/// </summary>
|
||||
public static void ClearHistory() => History.Clear();
|
||||
|
||||
public static void Register(IUXPanel panel) => RegistryQueue.Enqueue(panel);
|
||||
|
||||
|
Reference in New Issue
Block a user