10 lines
133 B
C#
10 lines
133 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Interaction
|
|
{
|
|
public interface IVisualController
|
|
{
|
|
IUserVisual FocusVisual { get; }
|
|
}
|
|
}
|