mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 11:59:13 +00:00
14 lines
488 B
C#
14 lines
488 B
C#
global using ServiceLib.Base;
|
|
global using ServiceLib.Common;
|
|
global using ServiceLib.Enums;
|
|
global using ServiceLib.Events;
|
|
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;
|