8 lines
108 B
C#
8 lines
108 B
C#
namespace LabelPrinting
|
|
{
|
|
public class Cnst
|
|
{
|
|
public const int ExtraPieces = 10;
|
|
}
|
|
}
|