10 lines
176 B
C#
10 lines
176 B
C#
namespace dcnsanplanung.bewertung.M149_3
|
|
{
|
|
public enum ECalculateMethods
|
|
{
|
|
Dichtheit = 1,
|
|
Standsicherheit = 2,
|
|
Betriebsicherheit = 4
|
|
}
|
|
}
|