Files
Essentials/essentials-framework/Essentials Core/PepperDashEssentialsBase/Gateways/CenCn2Controller.cs
2020-10-21 16:59:45 -05:00

12 lines
223 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash_Essentials_Core.Gateways
{
public class CenCn2Controller
{
}
}