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

View File

@@ -1,6 +1,5 @@
#if SIMPLSHARP
using Crestron.SimplSharp;
#else
using System;
using System.IO.Compression;