DTLib/DTLib.Logging/Global.cs
2022-11-17 18:27:43 +06:00

12 lines
288 B
C#

global using System;
global using System.Collections;
global using System.Collections.Generic;
global using System.Linq;
global using System.Text;
global using System.Threading.Tasks;
global using DTLib.Extensions;
global using DTLib.Filesystem;
namespace DTLib.Logging.New;