mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
Tidying
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user