mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
Tidying
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using NUnit.Framework;
|
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
|
using NUnit.Framework;
|
||||||
using ICD.Common.Utils.Collections;
|
using ICD.Common.Utils.Collections;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests.Collections
|
namespace ICD.Common.Utils.Tests.Collections
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using ICD.Common.Properties;
|
using NUnit.Framework;
|
||||||
using NUnit.Framework;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using ICD.Common.Properties;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests
|
namespace ICD.Common.Utils.Tests
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using ICD.Common.Properties;
|
using NUnit.Framework;
|
||||||
using NUnit.Framework;
|
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.IO;
|
using Crestron.IO;
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using ICD.Common.Properties;
|
using NUnit.Framework;
|
||||||
using NUnit.Framework;
|
|
||||||
using System;
|
using System;
|
||||||
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Utils.Services.Logging;
|
using ICD.Common.Utils.Services.Logging;
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests.Services.Logging
|
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using NUnit.Framework;
|
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
|
using NUnit.Framework;
|
||||||
using ICD.Common.Utils.Xml;
|
using ICD.Common.Utils.Xml;
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.Xml;
|
using Crestron.Xml;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#if !SIMPLSHARP
|
#if !SIMPLSHARP
|
||||||
using ICD.Common.Properties;
|
|
||||||
using ICD.Common.Utils.IO;
|
using ICD.Common.Utils.IO;
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
using ICD.Common.Properties;
|
||||||
|
|
||||||
namespace ICD.Common.Utils
|
namespace ICD.Common.Utils
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user