We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ffff7 commit 7b118a6Copy full SHA for 7b118a6
1 file changed
ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs
@@ -39,11 +39,11 @@ public class Projector : IDisposable
39
/// <summary>
40
/// The connection client
41
/// </summary>
42
- TcpClient? _tcpClient = null;
+ private TcpClient? _tcpClient = null;
43
44
/// The Network stream the _client provides
45
46
- NetworkStream?_stream = null;
+ private NetworkStream? _stream = null;
47
48
private bool _isDisposed;
49
0 commit comments