add page list to manager so we can inject pages into the layout view

This commit is contained in:
RaidMax
2018-08-03 17:10:20 -05:00
parent 9d00d5a16a
commit d0be08629d
9 changed files with 80 additions and 5 deletions

View File

@ -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();
}
}