@@ -156,6 +156,10 @@ namespace Comal.Classes
}
+ public void CalculateValueAndUnitSize()
+ {
+ Calculate(Quantity, Length, Width, Height, Weight, Unit.Formula, Unit.Format);
+ }
private void Calculate(object? quantity, object? length, object? width, object? height, object? weight, string? formula, string? format)
{