9 lines
136 B
C#
9 lines
136 B
C#
namespace PARR.GeneratorTemplates
|
|
{
|
|
public interface IGeneratorTemplate
|
|
{
|
|
void Start();
|
|
void Stop();
|
|
}
|
|
}
|