mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 20:47:24 +00:00
Tidying
This commit is contained in:
parent
609c245070
commit
e7d1b6ec83
4 changed files with 11 additions and 12 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue