8 lines
150 B
C#
8 lines
150 B
C#
namespace TheXamlGuy.Framework.Core
|
|
{
|
|
public interface IEventHandler<TTEvent> : IInitializer, IDisposable where TTEvent : class
|
|
{
|
|
|
|
}
|
|
}
|