7 lines
159 B
C#
7 lines
159 B
C#
|
|
using DTS.Common.Base;
|
|||
|
|
|
|||
|
|
namespace DTS.Common.Interface.DASFactory.Diagnostics.HardwareList
|
|||
|
|
{
|
|||
|
|
public interface IHardwareListView : IBaseView { }
|
|||
|
|
}
|