mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 21:24:58 +00:00
Tidying
This commit is contained in:
@@ -5,7 +5,7 @@ namespace ICD.Common.Utils
|
|||||||
public static partial class IcdEnvironment
|
public static partial class IcdEnvironment
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Enumeration to define the various runtime environments a SIMPL# module can run in.
|
/// Enumeration to define the various runtime environments a module can run in.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public enum eRuntimeEnvironment
|
public enum eRuntimeEnvironment
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.SimplSharp;
|
using Crestron.SimplSharp;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
using System;
|
using System;
|
||||||
using System.IO.Compression;
|
using System.IO.Compression;
|
||||||
|
|||||||
Reference in New Issue
Block a user