v2rayN/v2rayN/v2rayN.Desktop/GlobalUsings.cs

11 lines
314 B
C#
Raw Normal View History

2025-09-13 06:46:35 +00:00
global using ServiceLib;
global using ServiceLib.Base;
global using ServiceLib.Common;
global using ServiceLib.Enums;
2025-09-25 02:56:10 +00:00
global using ServiceLib.Events;
global using ServiceLib.Handler;
2025-09-13 06:46:35 +00:00
global using ServiceLib.Manager;
global using ServiceLib.Models;
global using ServiceLib.Resx;
2025-09-13 06:46:35 +00:00
global using ServiceLib.ViewModels;