mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Moved config reader/writer classes to essentials core. refactored as a result
This commit is contained in:
parent
0487099ee4
commit
30506419df
19 changed files with 44 additions and 387 deletions
|
|
@ -6,6 +6,7 @@ using Crestron.SimplSharp;
|
|||
|
||||
using PepperDash.Core;
|
||||
using PepperDash.Essentials.Core;
|
||||
using PepperDash.Essentials.Core.Config;
|
||||
using PepperDash.Essentials.Room.Config;
|
||||
|
||||
namespace PepperDash.Essentials
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ using System.Text;
|
|||
using Crestron.SimplSharp;
|
||||
|
||||
using PepperDash.Core;
|
||||
using PepperDash.Essentials.Core;
|
||||
using PepperDash.Essentials.Core;
|
||||
using PepperDash.Essentials.Core.Config;
|
||||
using PepperDash.Essentials.Room.Config;
|
||||
using PepperDash.Essentials.Devices.Common.Codec;
|
||||
using PepperDash.Essentials.Devices.Common.VideoCodec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue