9 lines
132 B
C#
9 lines
132 B
C#
|
|
namespace PARR.EsppScheduleSync
|
|||
|
|
{
|
|||
|
|
public interface IScheduleSyncher
|
|||
|
|
{
|
|||
|
|
void Start();
|
|||
|
|
void Stop();
|
|||
|
|
}
|
|||
|
|
}
|