v2rayN/v2rayN/v2rayN.Desktop/GlobalUsings.cs

8 lines
251 B
C#
Raw Normal View History

global using ServiceLib;
global using ServiceLib.Base;
global using ServiceLib.Common;
global using ServiceLib.Enums;
global using ServiceLib.Handler;
global using ServiceLib.Models;
global using ServiceLib.Resx;
global using ServiceLib.ViewModels;