mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-20 21:16:29 +00:00
A few minor consistency corrections.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -6,11 +6,8 @@ namespace EightBit
|
||||
{
|
||||
private byte port;
|
||||
|
||||
public PortEventArgs(byte value)
|
||||
{
|
||||
port = value;
|
||||
}
|
||||
public PortEventArgs(byte value) => port = value;
|
||||
|
||||
public byte Port { get { return port; } }
|
||||
public byte Port => port;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user