mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-18 20:02:50 +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; |