Page navigation, CogwheelConsole
This commit is contained in:
6
SessionZero/Pages/IPageBase.cs
Normal file
6
SessionZero/Pages/IPageBase.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace SessionZero.Pages;
|
||||
|
||||
public interface IPageBase
|
||||
{
|
||||
public string PageName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user