mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
refactor: remove args definition for event
This commit is contained in:
parent
4eeb2145ae
commit
f43b0df65f
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue