7 lines
122 B
C#
7 lines
122 B
C#
namespace Pilz.Configuration;
|
|
|
|
public interface ISettingsIdentifier
|
|
{
|
|
static abstract string Identifier { get; }
|
|
}
|