Теперь все данные nullable

This commit is contained in:
Пытков Роман
2025-09-17 12:59:21 +03:00
parent c21c92db37
commit c9059f6df3
5 changed files with 49 additions and 48 deletions

View File

@@ -123,6 +123,7 @@ public class TcpClientWrapper : IClient
Console.WriteLine($"Error: {ex.Message}");
}
}
System.Console.WriteLine("End cycle");
}
}