Files
PepperDashCore/src/Pepperdash Core/Network/DiscoveryThings.cs
2023-02-06 17:30:23 -07:00

22 lines
341 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash.Core
{
/// <summary>
/// Not in use
/// </summary>
public static class NetworkComm
{
/// <summary>
/// Not in use
/// </summary>
static NetworkComm()
{
}
}
}