mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-09 09:45:10 +00:00
Tidying
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#if SIMPLSHARP
|
||||
using Crestron.SimplSharp.CrestronIO;
|
||||
|
||||
#else
|
||||
using System.IO;
|
||||
#endif
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#if SIMPLSHARP
|
||||
using Crestron.SimplSharp;
|
||||
using Crestron.SimplSharp.CrestronXml;
|
||||
|
||||
#else
|
||||
using System.Xml;
|
||||
#endif
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user