Remotely/Desktop.UI/GlobalUsings.cs
2024-07-16 09:25:15 -07:00

8 lines
279 B
C#

global using System;
global using System.IO;
global using System.Collections.Generic;
global using System.Linq;
global using System.Threading.Tasks;
global using Remotely.Desktop.UI.Services;
global using Remotely.Desktop.UI.ViewModels;
global using Remotely.Desktop.UI.Views;