using DTS.Common.Base; namespace DTS.Common.RibbonControl { /// /// Interface for the which holds the . /// public interface IRibbonViewModel : IBaseViewModel { /// /// Gets the . /// IRibbonView View { get; } } }