FlagDuplicates

CA1510
Complete
This commit is contained in:
2024-11-18 16:58:26 -07:00
parent aaefffd3d2
commit 8ff877156d
20 changed files with 726 additions and 100 deletions

View 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:";
}