using System; namespace CPF.ReoGrid.Main { internal interface ITimerSupportedAdapter { void StartTimer(); void StopTimer(); } }