using DTS.Common.Base; namespace DTS.Common.RibbonControl { public interface IRibbonView : IBaseView { } }