mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-16 13:29:13 +00:00
10 lines
314 B
C#
10 lines
314 B
C#
global using ServiceLib;
|
|
global using ServiceLib.Base;
|
|
global using ServiceLib.Common;
|
|
global using ServiceLib.Enums;
|
|
global using ServiceLib.Events;
|
|
global using ServiceLib.Handler;
|
|
global using ServiceLib.Manager;
|
|
global using ServiceLib.Models;
|
|
global using ServiceLib.Resx;
|
|
global using ServiceLib.ViewModels;
|