mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
8 lines
279 B
C#
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; |