mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 19:09:49 -06:00
8 lines
278 B
C#
8 lines
278 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 System.ComponentModel.DataAnnotations;
|
|
global using FileFlows.Plugin;
|
|
global using FileFlows.Plugin.Attributes; |