mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 04:58:33 +00:00
Tidying
This commit is contained in:
parent
e6807e24ab
commit
3a59423622
1 changed files with 9 additions and 9 deletions
|
|
@ -15,15 +15,6 @@ namespace ICD.Common.Utils
|
||||||
get { return GetRuntimeEnvironment(CrestronEnvironment.RuntimeEnvironment); }
|
get { return GetRuntimeEnvironment(CrestronEnvironment.RuntimeEnvironment); }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Static constructor.
|
|
||||||
/// </summary>
|
|
||||||
static IcdEnvironment()
|
|
||||||
{
|
|
||||||
CrestronEnvironment.ProgramStatusEventHandler += CrestronEnvironmentOnProgramStatusEventHandler;
|
|
||||||
CrestronEnvironment.EthernetEventHandler += CrestronEnvironmentOnEthernetEventHandler;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the network address(es) of the processor.
|
/// Gets the network address(es) of the processor.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -56,6 +47,15 @@ namespace ICD.Common.Utils
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Static constructor.
|
||||||
|
/// </summary>
|
||||||
|
static IcdEnvironment()
|
||||||
|
{
|
||||||
|
CrestronEnvironment.ProgramStatusEventHandler += CrestronEnvironmentOnProgramStatusEventHandler;
|
||||||
|
CrestronEnvironment.EthernetEventHandler += CrestronEnvironmentOnEthernetEventHandler;
|
||||||
|
}
|
||||||
|
|
||||||
#region Methods
|
#region Methods
|
||||||
|
|
||||||
public static DateTime GetLocalTime()
|
public static DateTime GetLocalTime()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue