23 lines
281 B
C#
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
|
|
|
|
}
|
|
|
|
} |