mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-04-26 15:39:21 -05: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; |