// // Copyright (c) Adrian Conlon. All rights reserved. // namespace EightBit { using System; public sealed class PortEventArgs(byte value) : EventArgs { public byte Port { get; } = value; } }