diff --git a/WHIO/Model/Dimension.cs b/WHIO/Model/Dimension.cs index d59f613..5d85b9e 100644 --- a/WHIO/Model/Dimension.cs +++ b/WHIO/Model/Dimension.cs @@ -185,5 +185,9 @@ public static List GetDimensionList() } return dimensionlist; } + public double GetM3() + { + return width * length * height/1000000; + } } } diff --git a/Warehouse IO.csproj b/Warehouse IO.csproj index 66d80e9..4a42451 100644 --- a/Warehouse IO.csproj +++ b/Warehouse IO.csproj @@ -229,6 +229,12 @@ UnitOfVolumeForm.cs + + Form + + + InboundForm.cs + Form @@ -471,6 +477,9 @@ UnitOfVolumeForm.cs + + InboundForm.cs + MainForm.cs