On Sat Nov 5 15:42:45 2022 +0000, Hans Leidekker wrote:
We shouldn't need to create a new list manager here. You can instead store a pointer to the list manager in the network object if you take care to properly addref and release the objects.
I thought that could be an option but I wasn't sure if every `INetwork` object can only come from an `INetworkListManager`. I'll look into that!