10 lines
160 B
C#
10 lines
160 B
C#
![]() |
using System;
|
|||
|
using CPF.ReoGrid.Interaction;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Views
|
|||
|
{
|
|||
|
internal interface IRangeSelectableView : IViewport, IView, IUserVisual
|
|||
|
{
|
|||
|
}
|
|||
|
}
|