FlagDuplicates
CA1510 Complete
This commit is contained in:
12
Adaptation/FileHandlers/pcl/Constant.cs
Normal file
12
Adaptation/FileHandlers/pcl/Constant.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace Adaptation.FileHandlers.pcl;
|
||||
|
||||
internal class Constant
|
||||
{
|
||||
|
||||
public string Max { get; } = "Max:";
|
||||
public string Min { get; } = "Min:";
|
||||
public string Date { get; } = "Date:";
|
||||
public string StdDev { get; } = "Std Dev:";
|
||||
public string Average { get; } = "Average:";
|
||||
|
||||
}
|
Reference in New Issue
Block a user