1
czw
2025-07-02 9a2d9532cdb16b210fefb16d8f45f777518ecaac
2025年6月12日/AuxAllWCS/Build/Project/代码/VS自定义类/TcpServer.cs
@@ -222,6 +222,8 @@
            // 杞崲鍥炲崄杩涘埗
            return Convert.ToInt32(new string(binaryChars), 2);
        }
        public static List<string> GetStaticClients() => clients.Keys.ToList();
        public static Dictionary<string, string> GetStaticScan() => TrayIps;
    }
}