mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
removes properties in inherited class
This commit is contained in:
parent
531c37c752
commit
618fa68000
3 changed files with 72 additions and 92 deletions
|
|
@ -26,7 +26,7 @@ namespace PepperDash.Essentials.DM
|
|||
public virtual StringFeedback EdidPreferredTimingFeedback { get; protected set; }
|
||||
public virtual StringFeedback EdidSerialNumberFeedback { get; protected set; }
|
||||
|
||||
public DmRmcControllerBase(string key, string name, EndpointReceiverBase device)
|
||||
protected DmRmcControllerBase(string key, string name, EndpointReceiverBase device)
|
||||
: base(key, name, device)
|
||||
{
|
||||
// if wired to a chassis, skip registration step in base class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue