material edit windows were added

This commit is contained in:
Evgeny Redikultsev
2023-04-02 17:37:22 +05:00
parent 5b14ad6626
commit fe2adb49ff
24 changed files with 676 additions and 96 deletions

View File

@@ -17,5 +17,6 @@
public static string LongitudinalForceMustBeLessThanZero => "#0012: Longitudinal force must be less than zero";
public static string LongitudinalForceMustBeLessThanCriticalForce => "#0013: Absolute value of longitudinal force must be greater than critical force";
public static string SizeMustBeGreaterThanZero => "#0014: Size must be greater than zero";
public static string ParameterIsNull => "#0015: Parameter is null";
}
}