add page list to manager so we can inject pages into the layout view
This commit is contained in:
@ -35,5 +35,10 @@ namespace SharedLibraryCore.Interfaces
|
||||
void SetHasEvent();
|
||||
bool ShutdownRequested();
|
||||
IList<Assembly> GetPluginAssemblies();
|
||||
/// <summary>
|
||||
/// provides a page list to add and remove from
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
IPageList GetPageList();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user