WIP to allow mediter handlers to be subscribed to
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface ISubscriber
|
||||
{
|
||||
void Remove(object subscriber);
|
||||
|
||||
void Add(object subscriber);
|
||||
}
|
||||
Reference in New Issue
Block a user