From 8826196fc78ceb9c327d3abf7f2f2cf06dabb5df Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期四, 09 四月 2026 14:43:32 +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