7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
using DTS.Common.Base;
|
|
|
|
namespace DTS.Common.Interface.RegionOfInterest.RegionOfInterestChannels
|
|
{
|
|
public interface IRegionOfInterestChannelsView : IBaseView { }
|
|
}
|