mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Tidying
This commit is contained in:
parent
19c0a73d7a
commit
f7842116a4
3 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.SimplSharp.CrestronIO;
|
using Crestron.SimplSharp.CrestronIO;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
using System.IO;
|
using System.IO;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.SimplSharp;
|
using Crestron.SimplSharp;
|
||||||
using Crestron.SimplSharp.CrestronXml;
|
using Crestron.SimplSharp.CrestronXml;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
using System.Xml;
|
using System.Xml;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,8 @@ namespace ICD.Common.Utils.Xml
|
||||||
|
|
||||||
public XmlWriter WrappedWriter { get { return m_Writer; } }
|
public XmlWriter WrappedWriter { get { return m_Writer; } }
|
||||||
|
|
||||||
|
#region Constructors
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Constructor.
|
/// Constructor.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -63,6 +65,8 @@ namespace ICD.Common.Utils.Xml
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region Methods
|
#region Methods
|
||||||
|
|
||||||
public void WriteStartElement(string elementName)
|
public void WriteStartElement(string elementName)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue