7 lines
152 B
C#
7 lines
152 B
C#
namespace RedNosedReports;
|
|
|
|
static class Direction
|
|
{
|
|
public const string Increasing = "Increasing";
|
|
public const string Decreasing = "Decreasing";
|
|
} |