Skip to content

Commit 7e58130

Browse files
Minor fix
1 parent 69ffff7 commit 7e58130

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ public class Projector : IDisposable
3939
/// <summary>
4040
/// The connection client
4141
/// </summary>
42-
TcpClient? _tcpClient = null;
42+
private TcpClient? _tcpClient = null;
4343
/// <summary>
4444
/// The Network stream the _client provides
4545
/// </summary>
46-
NetworkStream?_stream = null;
46+
private NetworkStream? _stream = null;
4747

4848
private bool _isDisposed;
4949

0 commit comments

Comments
 (0)