mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
refactor: Tidying
This commit is contained in:
parent
7b30730ea0
commit
d0740c915b
4 changed files with 6 additions and 4 deletions
|
|
@ -91,10 +91,13 @@ namespace ICD.Common.Utils.Extensions
|
|||
}
|
||||
sigBuilder.Append("this ");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
else if (secondParam)
|
||||
{
|
||||
secondParam = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
else
|
||||
sigBuilder.Append(", ");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using ICD.Common.Properties;
|
||||
#if SIMPLSHARP
|
||||
using Crestron.SimplSharp;
|
||||
#else
|
||||
using System.Diagnostics;
|
||||
#endif
|
||||
|
||||
namespace ICD.Common.Utils
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using ICD.Common.Properties;
|
||||
using ICD.Common.Utils.Collections;
|
||||
using ICD.Common.Utils.Extensions;
|
||||
|
||||
namespace ICD.Common.Utils
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using ICD.Common.Utils.EventArguments;
|
||||
using ICD.Common.Utils.Extensions;
|
||||
|
||||
namespace ICD.Common.Utils.Services.Scheduler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue