FlagDuplicates
CA1510 Complete
This commit is contained in:
13
Adaptation/FileHandlers/pcl/Constant.cs
Normal file
13
Adaptation/FileHandlers/pcl/Constant.cs
Normal file
@ -0,0 +1,13 @@
|
||||
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 : %";
|
||||
|
||||
}
|
Reference in New Issue
Block a user