9 lines
147 B
C#
9 lines
147 B
C#
namespace PARR.EsppTemplateSync
|
|
{
|
|
public interface ITemplateSyncer
|
|
{
|
|
void StartWatching();
|
|
void StopWatching();
|
|
}
|
|
}
|