From 693a6135b4762c20c01b5df52ea2da9ae73f237b Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期三, 28 一月 2026 08:59:49 +0800
Subject: [PATCH] 配方界面整合以及主界面布局。

---
 LB_VisionProcesses/Communicators/TCom/TCPServer.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/LB_VisionProcesses/Communicators/TCom/TCPServer.cs b/LB_VisionProcesses/Communicators/TCom/TCPServer.cs
index c33de94..a678e17 100644
--- a/LB_VisionProcesses/Communicators/TCom/TCPServer.cs
+++ b/LB_VisionProcesses/Communicators/TCom/TCPServer.cs
@@ -1,4 +1,5 @@
-锘縰sing System;
+锘縰sing Newtonsoft.Json;
+using System;
 using System.Collections.Generic;
 using System.Diagnostics;
 using System.Linq;
@@ -9,6 +10,7 @@
 
 namespace LB_VisionProcesses.Communicators.TCom
 {
+    [JsonObject(MemberSerialization.OptOut)]
     public class TCPServer : BaseCommunicator
     {
         private TcpListener _tcpListener;

--
Gitblit v1.9.3