mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 04:35:00 +00:00
feat: make ProgramNumber settable
This commit is contained in:
@@ -8,17 +8,11 @@ namespace ICD.Common.Utils
|
|||||||
{
|
{
|
||||||
public static partial class ProgramUtils
|
public static partial class ProgramUtils
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the program number.
|
/// Gets the program number.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public static uint ProgramNumber
|
public static uint ProgramNumber { get; set; } = 1;
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the compile date of the program.
|
/// Gets the compile date of the program.
|
||||||
|
|||||||
Reference in New Issue
Block a user