mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +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); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Static constructor.
|
||||
/// </summary>
|
||||
static IcdEnvironment()
|
||||
{
|
||||
CrestronEnvironment.ProgramStatusEventHandler += CrestronEnvironmentOnProgramStatusEventHandler;
|
||||
CrestronEnvironment.EthernetEventHandler += CrestronEnvironmentOnEthernetEventHandler;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the network address(es) of the processor.
|
||||
/// </summary>
|
||||
|
|
@ -56,6 +47,15 @@ namespace ICD.Common.Utils
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Static constructor.
|
||||
/// </summary>
|
||||
static IcdEnvironment()
|
||||
{
|
||||
CrestronEnvironment.ProgramStatusEventHandler += CrestronEnvironmentOnProgramStatusEventHandler;
|
||||
CrestronEnvironment.EthernetEventHandler += CrestronEnvironmentOnEthernetEventHandler;
|
||||
}
|
||||
|
||||
#region Methods
|
||||
|
||||
public static DateTime GetLocalTime()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue