refactor: Rename DisplayBaseMessenger to IRoutingSinkWithSwitchingMessenger and update related references

This commit is contained in:
Neil Dorin 2026-05-06 13:54:10 -06:00
parent bc70aa629c
commit dfc1d2bb21
3 changed files with 9 additions and 11 deletions

View file

@ -6,11 +6,8 @@ using System.Reflection;
using System.Text.RegularExpressions;
using System.Timers;
using Crestron.SimplSharp;
using Crestron.SimplSharp.CrestronDataStore;
using Crestron.SimplSharp.CrestronIO;
using Crestron.SimplSharp.CrestronLogger;
using Formatting = NewtonsoftJson::Newtonsoft.Json.Formatting;
using JsonConvert = NewtonsoftJson::Newtonsoft.Json.JsonConvert;
using PdCore = PepperDash.Core.Abstractions;
using PepperDash.Core.Logging;
using Serilog;