mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Merge and a whole bunch of work before committing merge, moron
This commit is contained in:
commit
1371c728c5
25 changed files with 2809 additions and 2227 deletions
16
PepperDashEssentials/UIDrivers/SourceChangeArgs.cs
Normal file
16
PepperDashEssentials/UIDrivers/SourceChangeArgs.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
using PepperDash.Core;
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
namespace PepperDash.Essentials
|
||||
{
|
||||
/// <summary>
|
||||
/// The handler type for a Room's SourceInfoChange
|
||||
/// </summary>
|
||||
public delegate void SourceInfoChangeHandler(EssentialsRoomBase room, SourceListItem info, ChangeType type);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue