git_bsmd/nsw/Source/bsmd.hisnord/NSWResponse.cs

23 lines
281 B
C#

using System;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
namespace bsmd.hisnord
{
public class NSWResponse
{
public NSWResponse(XElement xml)
{
}
#region Properties
#endregion
}
}