mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Refactor complete
This commit is contained in:
parent
13132c29fc
commit
59b2e9a8d6
15 changed files with 93 additions and 79 deletions
|
|
@ -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