abgenullt
abgenullt
That would be great! I hope you find a good solution. Thank you for your effort!
Hi, any updates here? I've got the same problem...
You could override the default messenger (Messenger.OverrideDefault) with your own implementation of IMessenger that just forwards the method calls to an internal Messenger object and add some custom actions... Regards,...
You could create a class like this: ``` public class MyMessenger : IMessenger { /// /// Messenger, that will do the real work. /// private readonly Messenger _internalMessenger; /// ///...
Are there any plans to fix this?