Add import of forces from excel
This commit is contained in:
9
StructureHelperCommon/Models/Forces/IFileProperty.cs
Normal file
9
StructureHelperCommon/Models/Forces/IFileProperty.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
public interface IFileProperty : ISaveable
|
||||
{
|
||||
string FilePath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user