using System; namespace CPF.ReoGrid.Main { internal interface IRangePickableControl { void PickRange(Func handler); void EndPickRange(); } }