12 lines
140 B
C#
12 lines
140 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Main
|
|||
|
{
|
|||
|
internal interface ITimerSupportedAdapter
|
|||
|
{
|
|||
|
void StartTimer();
|
|||
|
|
|||
|
void StopTimer();
|
|||
|
}
|
|||
|
}
|