/// <summary> /// Make a Crestron RMC and put it in here /// </summary> public DmHdBaseTControllerBase(string key, string name, HDBaseTBase rmc) : base(key, name, rmc) { }
/// <summary> /// Make a Crestron RMC and put it in here /// </summary> protected DmHdBaseTControllerBase(string key, string name, HDBaseTBase rmc) : base(key, name, rmc) { Rmc = rmc; }