mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
fix: use IRoutingSink instead of IRoutingSinkWithSwitching
This commit is contained in:
parent
cf81431f57
commit
49c4d2a387
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ namespace PepperDash.Essentials.Core
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IHasDefaultDisplay
|
public interface IHasDefaultDisplay
|
||||||
{
|
{
|
||||||
IRoutingSinkWithSwitching DefaultDisplay { get; }
|
IRoutingSink DefaultDisplay { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
@ -30,7 +30,7 @@ namespace PepperDash.Essentials.Core
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IHasMultipleDisplays
|
public interface IHasMultipleDisplays
|
||||||
{
|
{
|
||||||
Dictionary<eSourceListItemDestinationTypes, IRoutingSinkWithSwitching> Displays { get; }
|
Dictionary<eSourceListItemDestinationTypes, IRoutingSink> Displays { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue