updated secure TCP stuff to have the PepperDash.Core namespace

This commit is contained in:
Joshua Gutenplan
2017-03-13 18:30:23 -07:00
parent ac1166b0f8
commit 2a39aad14a
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash_Core.Comm
namespace PepperDash_Core
{
public class DynamicTCPServer
{