7 lines
125 B
C#
7 lines
125 B
C#
using DTS.Common.Base;
|
|
|
|
namespace DTS.Common.Interface
|
|
{
|
|
public interface ICustomChannelsView : IBaseView { }
|
|
}
|