using System; namespace CPF.ReoGrid.Main { internal interface IMultisheetAdapter { ISheetTabControl SheetTabControl { get; } } }