convert to C# & update config system

This commit is contained in:
2024-01-10 09:07:40 +01:00
parent 26d56f3e88
commit 0c0c5e82bc
24 changed files with 657 additions and 610 deletions

View File

@@ -0,0 +1,7 @@
namespace Pilz.Configuration
{
public interface IChildSettings
{
void Reset();
}
}