mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-12 11:15:12 +00:00
9 lines
119 B
C#
9 lines
119 B
C#
using System;
|
|
|
|
namespace ICD.Common.Utils.Xml
|
|
{
|
|
public sealed partial class IcdXmlTextWriter : IDisposable
|
|
{
|
|
}
|
|
}
|