feat: make ProgramNumber settable

This commit is contained in:
Jeffery Thompson
2018-10-25 15:22:04 -04:00
parent b015c3a3d3
commit 51dcb41cdf

View File

@@ -12,13 +12,7 @@ namespace ICD.Common.Utils
/// Gets the program number.
/// </summary>
[PublicAPI]
public static uint ProgramNumber
{
get
{
return 1;
}
}
public static uint ProgramNumber { get; set; } = 1;
/// <summary>
/// Gets the compile date of the program.