Refactor serials

This commit is contained in:
Dan Clark
2025-02-10 10:10:16 +00:00
parent 0afe621f59
commit 18ceb512f6
27 changed files with 168 additions and 283 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace Toolkit.Foundation;
public record SerialEventArgs<TValue>
{
public TValue? Value { get; init; }
}