From c98c47d5fc31ac10f1671a67eee588cb74b223c6 Mon Sep 17 00:00:00 2001 From: C3204 <zhengyabo@lanpucloud.cn> Date: 星期五, 03 四月 2026 15:56:09 +0800 Subject: [PATCH] 修复通讯工具修改后地址不更新的bug。 --- LB_SmartVisionCameraSDK/obj/Debug/net8.0-windows/LB_SmartVisionCameraSDK.GlobalUsings.g.cs | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LB_SmartVisionCameraSDK/obj/Debug/net8.0-windows/LB_SmartVisionCameraSDK.GlobalUsings.g.cs b/LB_SmartVisionCameraSDK/obj/Debug/net8.0-windows/LB_SmartVisionCameraSDK.GlobalUsings.g.cs index 18cabb0..84bbb89 100644 --- a/LB_SmartVisionCameraSDK/obj/Debug/net8.0-windows/LB_SmartVisionCameraSDK.GlobalUsings.g.cs +++ b/LB_SmartVisionCameraSDK/obj/Debug/net8.0-windows/LB_SmartVisionCameraSDK.GlobalUsings.g.cs @@ -1,10 +1,10 @@ // <auto-generated/> -global using System; -global using System.Collections.Generic; -global using System.Drawing; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; -global using System.Windows.Forms; +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; -- Gitblit v1.9.3