VPet/VPet.Solution/Usings.cs

7 lines
235 B
C#
Raw Normal View History

2023-12-18 14:53:56 +00:00
global using global::HKW.HKWUtils.Observable;
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Threading.Tasks;