mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-02 16:59:45 -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; |