This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Lidarr
mirror of
https://github.com/lidarr/Lidarr
Watch
1
Star
0
Fork
You've already forked Lidarr
0
Code
Issues
Releases
Wiki
Activity
4a3410f85a
Lidarr
/
NzbDrone.Common
/
Messaging
/
IEvent.cs
6 lines
90 B
C#
Raw
Normal View
History
Unescape
Escape
signalr cleanup
2013-09-11 06:33:47 +00:00
namespace
NzbDrone.Common.Messaging
renamed EventAggregator to MessageAggregator
2013-04-24 01:56:00 +00:00
{
public
interface
IEvent
:
IMessage
{
}
}