mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 09:29:53 -06:00
6 lines
185 B
C#
6 lines
185 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Net.Http;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks; |