Adding page refresh to IPageBase
This commit is contained in:
@@ -21,11 +21,6 @@ public static class AppManager
|
||||
}
|
||||
|
||||
// -- Global Commands -- //
|
||||
[Command(Name = "exit", Description = "Hides the console")]
|
||||
public static void ExitConsole()
|
||||
{
|
||||
SzConsole.Exit();
|
||||
}
|
||||
|
||||
[Command(Name = "page", Description = "Change the current page to the given value, if it exists")]
|
||||
public static void ChangePage(string pageName)
|
||||
|
||||
Reference in New Issue
Block a user