Added GetAllPublications to TaskManager.
This commit is contained in:
parent
f0a4bc3e99
commit
aa2ab0e1d0
@ -68,6 +68,11 @@ public class TaskManager
|
||||
_allTasks.CopyTo(ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
public Publication[] GetAllPublications()
|
||||
{
|
||||
return this._chapterCollection.Keys.ToArray();
|
||||
}
|
||||
|
||||
public void Shutdown()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user