mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
refactor: remove args definition for event
This commit is contained in:
@@ -5,7 +5,7 @@ namespace PepperDash.Essentials.Core.Routing
|
|||||||
{
|
{
|
||||||
public interface IRoutingOutputSlot:IRoutingSlot
|
public interface IRoutingOutputSlot:IRoutingSlot
|
||||||
{
|
{
|
||||||
event EventHandler<EventArgs> OutputSlotChanged;
|
event EventHandler OutputSlotChanged;
|
||||||
|
|
||||||
string RxDeviceKey { get; }
|
string RxDeviceKey { get; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user