Files
Essentials/src/PepperDash.Core/Network/DiscoveryThings.cs
2025-03-25 23:22:18 -05: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()
{
}
}
}