Files
DP44/Common/DTS.Common/.svn/pristine/91/91e1d7115b7553ee8bb106aee299c6e9b863eecc.svn-base
2026-04-17 14:55:32 -04:00

14 lines
258 B
Plaintext

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DTS.Common.XMLUtils
{
public class HardwareXMLClass
{
public string Hardware { get; set; }
}
}