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