10 lines
190 B
C#
10 lines
190 B
C#
![]() |
using System;
|
|||
|
using CPF.ReoGrid.Interaction;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Drawing
|
|||
|
{
|
|||
|
internal interface IDrawingCanvas : IDrawingContainer, IDrawingObject, IFloatingObject, IUserVisual
|
|||
|
{
|
|||
|
}
|
|||
|
}
|