Add calculators saving
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using System;
|
||||
|
||||
namespace StructureHelperCommon.Models.Sections
|
||||
{
|
||||
@@ -9,7 +10,7 @@ namespace StructureHelperCommon.Models.Sections
|
||||
/// <summary>
|
||||
/// Interface of properties for compressed strucrue members
|
||||
/// </summary>
|
||||
public interface ICompressedMember : ICloneable
|
||||
public interface ICompressedMember : ISaveable, ICloneable
|
||||
{
|
||||
/// <summary>
|
||||
/// Flag of considering of buckling
|
||||
|
||||
Reference in New Issue
Block a user