Files
DP44/Common/DTS.CommonCore/.svn/pristine/83/837648e90a9f65e2266f9361d2f9e7933f7c362c.svn-base

7 lines
159 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Base;
namespace DTS.Common.Interface.DASFactory.Diagnostics.HardwareList
{
public interface IHardwareListView : IBaseView { }
}