refactor: remove args definition for event

This commit is contained in:
Andrew Welker
2024-03-19 11:08:25 -05:00
parent 4eeb2145ae
commit f43b0df65f

View File

@@ -5,7 +5,7 @@ namespace PepperDash.Essentials.Core.Routing
{
public interface IRoutingOutputSlot:IRoutingSlot
{
event EventHandler<EventArgs> OutputSlotChanged;
event EventHandler OutputSlotChanged;
string RxDeviceKey { get; }