feature: use system.reflection now

This commit is contained in:
Nick Genovese
2023-02-24 17:37:29 -05:00
parent 14b6900460
commit 18cfa4a2eb
9 changed files with 305 additions and 28 deletions

View File

@@ -3,10 +3,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Crestron.SimplSharp;
using Crestron.SimplSharp.CrestronIO;
using Crestron.SimplSharpPro;
using Crestron.SimplSharp.Reflection;
using Full.Newtonsoft.Json;
using Full.Newtonsoft.Json.Linq;