mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +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
|
||||
{
|
||||
/// <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>
|
||||
public enum eRuntimeEnvironment
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#if SIMPLSHARP
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
#else
|
||||
using System;
|
||||
using System.IO.Compression;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue