Files
FileFlowsPlugins/VideoNodes/GlobalUsings.cs
2024-01-13 18:43:01 +13:00

12 lines
430 B
C#

global using System;
global using System.Linq;
global using System.Collections.Generic;
global using System.Text.RegularExpressions;
global using System.ComponentModel.DataAnnotations;
global using System.ComponentModel;
global using System.Threading;
global using System.Threading.Tasks;
global using FileFlows.Plugin;
global using FileFlows.Plugin.Attributes;
global using FileFlows.Plugin.Helpers;
// global using System.IO;