Essentials/src/PepperDash.Core/Network/DiscoveryThings.cs
2026-03-10 00:21:06 -06:00

20 lines
No EOL
314 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()
{
}
}