mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-10 10:14:50 +00:00
20 lines
389 B
C#
20 lines
389 B
C#
using System;
|
|
//using System.IO;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Crestron.SimplSharp;
|
|
using Crestron.SimplSharp.CrestronIO;
|
|
using Newtonsoft.Json;
|
|
using Newtonsoft.Json.Linq;
|
|
|
|
namespace PepperDash.Core.JsonToSimpl
|
|
{
|
|
|
|
public class JsonToSimplFixedPathObject : JsonToSimplChildObjectBase
|
|
{
|
|
public JsonToSimplFixedPathObject()
|
|
{
|
|
}
|
|
}
|
|
} |