Files
Essentials/Essentials Core/PepperDashEssentialsBase/Shades/ShadeBase.cs
2018-04-27 10:28:41 -06:00

12 lines
214 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash.Essentials.Core.Shades
{
public class ShadeBase
{
}
}