mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-24 10:32:50 +08:00
6 lines
192 B
C#
6 lines
192 B
C#
global using System;
|
|
global using System.ComponentModel;
|
|
global using System.Globalization;
|
|
global using System.Text;
|
|
global using System.Text.RegularExpressions;
|
|
global using NSExt.Languages; |