Files
StructureHelper/StructureHelperCommon/Infrastructures/Enums/FunctionPurpose.cs
Иван Ивашкин 0a7a696b5f Window function material done
2025-02-21 15:17:10 +05:00

15 lines
267 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StructureHelperCommon.Infrastructures.Enums
{
public enum FunctionPurpose
{
StressStrain,
FireProtection
}
}