This commit is contained in:
Chris Cameron
2017-11-16 10:10:05 -05:00
parent e4bc8289cc
commit 4f46a3ebda
9 changed files with 21 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
#if SIMPLSHARP
using Crestron.SimplSharp.Reflection;
#else
using System.Reflection;
#endif
using System.Collections.Generic;
namespace ICD.Common.Utils.Extensions
{