This commit is contained in:
xyy
2026-01-15 17:30:25 +08:00
parent 352ce80def
commit ccbd0448bc
5 changed files with 9 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
// <auto-generated/> // <auto-generated/>
global using global::System; global using System;
global using global::System.Collections.Generic; global using System.Collections.Generic;
global using global::System.Drawing; global using System.Drawing;
global using global::System.IO; global using System.IO;
global using global::System.Linq; global using System.Linq;
global using global::System.Net.Http; global using System.Net.Http;
global using global::System.Threading; global using System.Threading;
global using global::System.Threading.Tasks; global using System.Threading.Tasks;
global using global::System.Windows.Forms; global using System.Windows.Forms;