This commit is contained in:
CortexCore
2024-07-17 17:06:45 +08:00
parent e686eb89ab
commit c80a4a2245
7 changed files with 415 additions and 86 deletions

File diff suppressed because one or more lines are too long

View File

@@ -30,6 +30,7 @@ namespace BITKit.UX
CurrentPanel = null;
History.Clear();
EntryGroup = new EntryGroup<IUXPanel>();
WindowEntryGruop = new();
}