13 lines
447 B
C#
13 lines
447 B
C#
namespace Adaptation.FileHandlers.pcl;
|
|
|
|
internal class Constant
|
|
{
|
|
|
|
public int Take { get; } = 12;
|
|
public string Site { get; } = "Site: ";
|
|
public string Multiple { get; } = "MULTIPLE";
|
|
public string SummaryLine { get; } = "SUMMARY A A";
|
|
public string LastUnits { get; } = "Flat Z: Grade : % Flat Z: Grade : % Flat Z: Grade : %";
|
|
public string LastUnitsB { get; } = "Flat Z: Grade : % Flat Z: Grade : % Flat Z: Grade : %";
|
|
|
|
} |