tbf/LabelPrinting/Cnst.cs

8 lines
108 B
C#

namespace LabelPrinting
{
public class Cnst
{
public const int ExtraPieces = 10;
}
}