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

@@ -23,6 +23,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Remove="Routing\GenericExtensions.cs" />
<Compile Remove="Routing\IRoutingSinkWithFeedback.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.ProgramLibrary" Version="2.20.42" />