|
|
|
+ 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)
|
|
private void Calculate(object? quantity, object? length, object? width, object? height, object? weight, string? formula, string? format)
|