Files
IT-Nexus/agent-cs/GlobalUsings.cs

9 lines
236 B
C#
Raw Permalink Normal View History

2026-06-01 20:49:07 +02:00
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Text;
global using System.Threading;
global using System.Threading.Tasks;