mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 01:20:00 -06:00
9 lines
235 B
C#
9 lines
235 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;
|
|
#if(DEBUG)
|
|
global using PluginTestLibrary;
|
|
#endif |