feat: implement feedback manager

This commit is contained in:
Andrew Welker
2024-05-08 08:37:25 -05:00
parent 3823943cd9
commit dd66de0463
19 changed files with 231 additions and 69 deletions

View File

@@ -88,7 +88,7 @@ namespace PepperDash.Essentials.Core
public override string ToString()
{
return string.Format("Tie line: [{0}]{1} --> [{2}]{3}", SourcePort.ParentDevice.Key, SourcePort.Key,
return string.Format("Tie line: {0}:{1} --> {2}:{3}", SourcePort.ParentDevice.Key, SourcePort.Key,
DestinationPort.ParentDevice.Key, DestinationPort.Key);
}
}