mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 04:58:33 +00:00
feat: make ProgramNumber settable
This commit is contained in:
parent
b015c3a3d3
commit
51dcb41cdf
1 changed files with 5 additions and 11 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue