Files
Essentials/Essentials Core/PepperDashEssentialsBase/Config/SourceDevicePropertiesConfigBase.cs

13 lines
260 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash.Essentials.Core.Config
{
public class SourceDevicePropertiesConfigBase
{
public bool DisableSharing { get; set; }
}
}