mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-14 23:37:54 +02:00
Added GetAllPublications to TaskManager.
This commit is contained in:
@ -69,6 +69,11 @@ public class TaskManager
|
||||
return ret;
|
||||
}
|
||||
|
||||
public Publication[] GetAllPublications()
|
||||
{
|
||||
return this._chapterCollection.Keys.ToArray();
|
||||
}
|
||||
|
||||
public void Shutdown()
|
||||
{
|
||||
_continueRunning = false;
|
||||
|
Reference in New Issue
Block a user