removed IHasDspPreset from Tesira Classes

This commit is contained in:
Trevor Payne
2020-10-21 16:59:45 -05:00
parent a9524bcc33
commit d9f891dfb1
3 changed files with 13 additions and 38 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash_Essentials_Core.Gateways
{
public class CenCn2Controller
{
}
}