mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-20 13:39:49 -06:00
11 lines
328 B
C#
11 lines
328 B
C#
global using System;
|
|
global using System.IO;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Net.Http;
|
|
global using System.Text.RegularExpressions;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
|
|
global using FileFlows.Plugin;
|
|
global using FileFlows.Plugin.Attributes; |