mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 16:09:55 -06:00
10 lines
266 B
C#
10 lines
266 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;
|
|
global using FileFlows.Common;
|
|
#if(DEBUG)
|
|
global using PluginTestLibrary;
|
|
#endif |