Files
Essentials/src/PepperDash.Essentials.Core/Gateways/CenCn2Controller.cs
2023-02-07 15:45:01 -07:00

12 lines
212 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
{
}
}