Xorog.UniversalExtensions/Global.cs

12 lines
No EOL
398 B
C#

global using System.Diagnostics;
global using System.Net;
global using System.Security.Cryptography;
global using System;
global using System.Collections.Generic;
global using System.Text;
global using System.Threading.Tasks;
global using System.Drawing;
global using Microsoft.Extensions.Logging;
global using Xorog.UniversalExtensions.Enums;
global using static Xorog.UniversalExtensions.Log;