This commit is contained in:
Chris Cameron
2017-07-30 13:50:31 -04:00
parent 609c245070
commit e7d1b6ec83
4 changed files with 11 additions and 12 deletions

View File

@@ -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
{ {

View File

@@ -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;