Skip to content

Commit 731066b

Browse files
Remove test properties.
1 parent 6fd1a94 commit 731066b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ namespace ThreeByte.LinkLib.ProjectorLink
1010
{
1111
public class Projector : IDisposable
1212
{
13-
public string Test => "Ukraine";
14-
1513
public event EventHandler<Exception>? ErrorOccurred;
1614
public string Address => $"{_hostName}/{_port}";
1715

ThreeByte.LinkLib/ThreeByte.LinkLib.TcpLink/AsyncTcpLink.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ namespace ThreeByte.LinkLib.TcpLink
99
{
1010
public class AsyncTcpLink : IDisposable
1111
{
12-
public string Test => "Ukraine";
13-
1412
private const int BufferSize = 8092;
1513
private const int MaxDataSize = 100;
1614
private readonly ILogger _logger;

0 commit comments

Comments
 (0)