1
This commit is contained in:
@@ -81,6 +81,7 @@ namespace BITKit.UX
|
||||
public static void UnRegister(IUXPanel panel) => UnRegistryQueue.Enqueue(panel);
|
||||
|
||||
public static void Entry<T>() where T : IUXPanel => EntryQueue.Push(Panels[typeof(T).Name]);
|
||||
public static void EntryByName(string name)=> EntryQueue.Push(Panels[name]);
|
||||
|
||||
public static void Return()
|
||||
{
|
||||
|
Reference in New Issue
Block a user