Added GetAllPublications to TaskManager.
This commit is contained in:
parent
f0a4bc3e99
commit
aa2ab0e1d0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user