mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-11-29 03:55:48 +08:00
7 lines
225 B
C#
7 lines
225 B
C#
global using System;
|
|
global using System.ComponentModel;
|
|
global using System.Diagnostics;
|
|
global using System.Globalization;
|
|
global using System.Text;
|
|
global using System.Text.RegularExpressions;
|
|
global using NSExt.Languages; |