mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
feat: make ProgramNumber settable
This commit is contained in:
parent
b015c3a3d3
commit
51dcb41cdf
1 changed files with 5 additions and 11 deletions
|
|
@ -8,17 +8,11 @@ namespace ICD.Common.Utils
|
|||
{
|
||||
public static partial class ProgramUtils
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the program number.
|
||||
/// </summary>
|
||||
[PublicAPI]
|
||||
public static uint ProgramNumber
|
||||
{
|
||||
get
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Gets the program number.
|
||||
/// </summary>
|
||||
[PublicAPI]
|
||||
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