mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 04:35:00 +00:00
Tidying
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Text;
|
||||
using ICD.Common.Utils.IO;
|
||||
#if SIMPLSHARP
|
||||
using Crestron.SimplSharp.CrestronXml;
|
||||
|
||||
#else
|
||||
using System.Xml;
|
||||
#endif
|
||||
@@ -122,9 +123,9 @@ namespace ICD.Common.Utils.Xml
|
||||
m_Writer.WriteRaw(xml);
|
||||
}
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
#region Private Methods
|
||||
#region Private Methods
|
||||
|
||||
#if STANDARD
|
||||
private static XmlWriterSettings GetSettings(Encoding encoding)
|
||||
|
||||
Reference in New Issue
Block a user