Files
DP44/Common/DTS.Common/.svn/pristine/50/5048e31e9629d6c77ad7fed9acd8aadd282b9459.svn-base
2026-04-17 14:55:32 -04:00

7 lines
123 B
Plaintext

using DTS.Common.Base;
namespace DTS.Common.Interface
{
public interface IHardwareScanView : IBaseView { }
}