From f7842116a4f05741efb52bcfd2b99c3fcee0ae11 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Thu, 12 Oct 2017 11:45:52 -0400 Subject: [PATCH] Tidying --- ICD.Common.Utils/IO/IcdMemoryStream.cs | 1 - ICD.Common.Utils/Xml/IcdXmlDocument.cs | 1 - ICD.Common.Utils/Xml/IcdXmlTextWriter.cs | 4 ++++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ICD.Common.Utils/IO/IcdMemoryStream.cs b/ICD.Common.Utils/IO/IcdMemoryStream.cs index 46eaa6a..eb8c1a5 100644 --- a/ICD.Common.Utils/IO/IcdMemoryStream.cs +++ b/ICD.Common.Utils/IO/IcdMemoryStream.cs @@ -1,6 +1,5 @@ #if SIMPLSHARP using Crestron.SimplSharp.CrestronIO; - #else using System.IO; #endif diff --git a/ICD.Common.Utils/Xml/IcdXmlDocument.cs b/ICD.Common.Utils/Xml/IcdXmlDocument.cs index 09a50f1..ca39a10 100644 --- a/ICD.Common.Utils/Xml/IcdXmlDocument.cs +++ b/ICD.Common.Utils/Xml/IcdXmlDocument.cs @@ -1,7 +1,6 @@ #if SIMPLSHARP using Crestron.SimplSharp; using Crestron.SimplSharp.CrestronXml; - #else using System.Xml; #endif diff --git a/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs b/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs index f65f154..a5dd31f 100644 --- a/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs +++ b/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs @@ -19,6 +19,8 @@ namespace ICD.Common.Utils.Xml public XmlWriter WrappedWriter { get { return m_Writer; } } + #region Constructors + /// /// Constructor. /// @@ -63,6 +65,8 @@ namespace ICD.Common.Utils.Xml #endif } + #endregion + #region Methods public void WriteStartElement(string elementName)