Files
FileFlowsPlugins/VideoNodes/GlobalUsings.cs
2022-04-10 18:27:06 +12:00

10 lines
298 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 FileFlows.Plugin;
global using FileFlows.Plugin.Attributes;
global using System.ComponentModel;