11 lines
186 B
C#
11 lines
186 B
C#
|
|
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData
|
|||
|
|
{
|
|||
|
|
public enum VolumeUnit
|
|||
|
|
{
|
|||
|
|
cubicMeter,
|
|||
|
|
cubicInch,
|
|||
|
|
cubicFoot,
|
|||
|
|
cubicYard
|
|||
|
|
}
|
|||
|
|
}
|