7 lines
139 B
C#
7 lines
139 B
C#
|
|
using DTS.Common.RibbonControl;
|
|||
|
|
|
|||
|
|
namespace DTS.Common.Interface
|
|||
|
|
{
|
|||
|
|
public interface ICheckChannelsMenuView : IRibbonView { }
|
|||
|
|
}
|