mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-20 15:59:47 -06:00
6 lines
184 B
C#
6 lines
184 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Text;
|
|
global using System.Threading.Tasks;
|
|
global using FileFlows.Plugin; |