mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-07 16:55:04 +00:00
refactor: rearrange and add solution for 4-series
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines a class that uses an InUseTracker
|
||||
/// </summary>
|
||||
public interface IInUseTracking
|
||||
{
|
||||
InUseTracking InUseTracker { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user