Analisys manager window was added
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public interface ICrackCalculator : ICalculator
|
||||
{
|
||||
ICrackCalculatorInputData InputData { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user