9 lines
113 B
C#
9 lines
113 B
C#
namespace SewerStammGen.Shared.Enum
|
|
{
|
|
public enum ESelectedNorm
|
|
{
|
|
KANDIS,
|
|
XML
|
|
}
|
|
}
|