9 lines
132 B
C#
9 lines
132 B
C#
namespace dcnsanplanung.bewertung.M149_3
|
|
{
|
|
public enum EGeltungsbereich
|
|
{
|
|
biegesteif,
|
|
biegeweich
|
|
}
|
|
}
|