mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +00:00
13 lines
456 B
C#
13 lines
456 B
C#
global using ServiceLib.Base;
|
|
global using ServiceLib.Common;
|
|
global using ServiceLib.Enums;
|
|
global using ServiceLib.Handler;
|
|
global using ServiceLib.Helper;
|
|
global using ServiceLib.Manager;
|
|
global using ServiceLib.Handler.Fmt;
|
|
global using ServiceLib.Services;
|
|
global using ServiceLib.Services.Statistics;
|
|
global using ServiceLib.Services.CoreConfig;
|
|
global using ServiceLib.Models;
|
|
global using ServiceLib.Resx;
|
|
global using ServiceLib.Handler.SysProxy;
|