This commit is contained in:
Chris Cameron
2017-07-12 10:20:01 -04:00
parent 4efca6cefe
commit ad0c0a637b
9 changed files with 23 additions and 23 deletions

View File

@@ -1,13 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using ICD.Common.EventArguments;
using ICD.Common.Properties;
#if SIMPLSHARP
using Crestron.SimplSharp.CrestronXml;
#else
using System.Xml;
#endif
using ICD.Common.EventArguments;
using ICD.Common.Properties;
namespace ICD.Common.Utils.Xml
{