Copy To window was added

This commit is contained in:
Evgeny Redikultsev
2024-02-02 12:48:39 +05:00
parent 783d5e0591
commit b1fc0c763f
16 changed files with 166 additions and 35 deletions

View File

@@ -33,7 +33,11 @@ namespace StructureHelperLogics.NdmCalculations.Analyses.ByForces
var checkResult = CheckInputData();
if (checkResult != "")
{
Result = new ForcesResults() { IsValid = false, Description = checkResult };
Result = new ForcesResults()
{
IsValid = false,
Description = checkResult
};
return;
}
else