mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Refactor complete
This commit is contained in:
parent
13132c29fc
commit
59b2e9a8d6
15 changed files with 93 additions and 79 deletions
|
|
@ -13,7 +13,7 @@ using PepperDash.Essentials.Core.PageManagers;
|
|||
|
||||
namespace PepperDash.Essentials
|
||||
{
|
||||
public class EssentialsTouchpanelController : Device
|
||||
public class EssentialsTouchpanelController : Device, IHasBasicTriListWithSmartObject
|
||||
{
|
||||
public BasicTriListWithSmartObject Panel { get; private set; }
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ namespace PepperDash.Essentials
|
|||
|
||||
public void RegisterForSourceChange(IHasCurrentSourceInfoChange room)
|
||||
{
|
||||
room.CurrentSingleDisplaySourceChange -= room_CurrentSourceInfoChange;
|
||||
room.CurrentSingleDisplaySourceChange += room_CurrentSourceInfoChange;
|
||||
room.CurrentSourceChange -= room_CurrentSourceInfoChange;
|
||||
room.CurrentSourceChange += room_CurrentSourceInfoChange;
|
||||
}
|
||||
|
||||
void room_CurrentSourceInfoChange(EssentialsRoomBase room, SourceListItem info, ChangeType type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue