PDF3D/Duffer/Format.cs
2023-04-24 16:20:24 +08:00

8 lines
124 B
C#

namespace Duffer
{
public sealed class Format
{
public const string SixDecPlFormat = "0.000000";
}
}