13 lines
335 B
C#
13 lines
335 B
C#
global using System;
|
|
global using System.Collections;
|
|
global using System.Collections.Generic;
|
|
global using System.Runtime.CompilerServices;
|
|
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;
|
|
|