mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-25 13:24:08 +00:00
More analysis suggested tidy ups.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -8,10 +8,8 @@ namespace EightBit
|
||||
|
||||
public sealed class PortEventArgs : EventArgs
|
||||
{
|
||||
private byte port;
|
||||
public PortEventArgs(byte value) => this.Port = value;
|
||||
|
||||
public PortEventArgs(byte value) => this.port = value;
|
||||
|
||||
public byte Port => this.port;
|
||||
public byte Port { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user