Merge branch 'feature/ecs-1198' into feature/ecs-1194

This commit is contained in:
Neil Dorin
2019-11-26 14:27:41 -07:00
19 changed files with 2570 additions and 1527 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash.Essentials.AppServer.Messengers
{
public class CameraBaseMessenger
{
}
}