diff --git a/ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs b/ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs
index 10ac407..a15c368 100644
--- a/ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs
+++ b/ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs
@@ -39,11 +39,11 @@ public class Projector : IDisposable
///
/// The connection client
///
- TcpClient? _tcpClient = null;
+ private TcpClient? _tcpClient = null;
///
/// The Network stream the _client provides
///
- NetworkStream?_stream = null;
+ private NetworkStream? _stream = null;
private bool _isDisposed;