7 lines
105 B
C#
7 lines
105 B
C#
namespace Pilz.Configuration
|
|
{
|
|
public interface IChildSettings
|
|
{
|
|
void Reset();
|
|
}
|
|
} |