rework Settings in Pilz.Configuration

This commit is contained in:
2024-01-04 11:45:54 +01:00
parent ff2a221bfa
commit da5de9ecf7
7 changed files with 103 additions and 63 deletions

View File

@@ -0,0 +1,7 @@
Public Interface ISettingsProvider
Function GetSettingsIdentifiers() As List(Of String)
Function CreateInstance(identifier As String)
End Interface