7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
|
using DTS.Common.Base;
|
||
|
|
|
||
|
|
namespace DTS.Common.RibbonControl
|
||
|
|
{
|
||
|
|
public interface IRibbonView : IBaseView { }
|
||
|
|
}
|