8 lines
162 B
VB.net
8 lines
162 B
VB.net
Public Interface ISettingsProvider
|
|
|
|
Function GetSettingsIdentifiers() As List(Of String)
|
|
|
|
Function CreateInstance(identifier As String)
|
|
|
|
End Interface
|