This commit is contained in:
Chris Cameron
2017-10-12 11:45:52 -04:00
parent 19c0a73d7a
commit f7842116a4
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
#if SIMPLSHARP
using Crestron.SimplSharp.CrestronIO;
#else
using System.IO;
#endif

View File

@@ -1,7 +1,6 @@
#if SIMPLSHARP
using Crestron.SimplSharp;
using Crestron.SimplSharp.CrestronXml;
#else
using System.Xml;
#endif

View File

@@ -19,6 +19,8 @@ namespace ICD.Common.Utils.Xml
public XmlWriter WrappedWriter { get { return m_Writer; } }
#region Constructors
/// <summary>
/// Constructor.
/// </summary>
@@ -63,6 +65,8 @@ namespace ICD.Common.Utils.Xml
#endif
}
#endregion
#region Methods
public void WriteStartElement(string elementName)