Updated class names to not use VC abbreviation. Defined additional interfaces

This commit is contained in:
Neil Dorin
2017-09-06 08:52:53 -06:00
parent 617e2bdc4f
commit 0d071e6e82
4 changed files with 21 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash.Essentials.Core
{
public interface IHasSharing
{
BoolFeedback SharingSourceFeedback { get; }
}
}

View File

@@ -104,6 +104,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Devices\IHasDialer.cs" />
<Compile Include="Devices\IHasSharing.cs" />
<Compile Include="Ramps and Increments\ActionIncrementer.cs" />
<Compile Include="Comm and IR\CommFactory.cs" />
<Compile Include="Comm and IR\CommunicationExtras.cs" />