From 3a594236224c03bb84baea77339c2ba6d7249bab Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 21 Mar 2018 16:20:44 -0400 Subject: [PATCH] Tidying --- ICD.Common.Utils/IcdEnvironment.SimplSharp.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ICD.Common.Utils/IcdEnvironment.SimplSharp.cs b/ICD.Common.Utils/IcdEnvironment.SimplSharp.cs index 9389928..68a8ef9 100644 --- a/ICD.Common.Utils/IcdEnvironment.SimplSharp.cs +++ b/ICD.Common.Utils/IcdEnvironment.SimplSharp.cs @@ -15,15 +15,6 @@ namespace ICD.Common.Utils get { return GetRuntimeEnvironment(CrestronEnvironment.RuntimeEnvironment); } } - /// - /// Static constructor. - /// - static IcdEnvironment() - { - CrestronEnvironment.ProgramStatusEventHandler += CrestronEnvironmentOnProgramStatusEventHandler; - CrestronEnvironment.EthernetEventHandler += CrestronEnvironmentOnEthernetEventHandler; - } - /// /// Gets the network address(es) of the processor. /// @@ -56,6 +47,15 @@ namespace ICD.Common.Utils } } + /// + /// Static constructor. + /// + static IcdEnvironment() + { + CrestronEnvironment.ProgramStatusEventHandler += CrestronEnvironmentOnProgramStatusEventHandler; + CrestronEnvironment.EthernetEventHandler += CrestronEnvironmentOnEthernetEventHandler; + } + #region Methods public static DateTime GetLocalTime()