Files
Essentials/essentials-framework/Essentials Core/PepperDashEssentialsBase/Touchpanels/Interfaces.cs
2019-10-24 11:28:13 -06:00

14 lines
317 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using Crestron.SimplSharpPro.DeviceSupport;
namespace PepperDash.Essentials.Core
{
public interface IHasBasicTriListWithSmartObject
{
BasicTriListWithSmartObject Panel { get; }
}
}