lampac/JacRed/GlobalUsings.cs
lampac-talks f843f04fd4 chore: initial commit 154.3
Signed-off-by: lampac-talks <lampac-talks@users.noreply.github.com>
2026-01-30 16:23:09 +03:00

16 lines
505 B
C#

global using System;
global using System.Web;
global using System.Threading.Tasks;
global using System.Collections.Generic;
global using System.Text.RegularExpressions;
global using System.Collections.Concurrent;
global using System.Globalization;
global using System.IO;
global using System.Linq;
global using HtmlAgilityPack;
global using Shared;
global using Shared.Models;
global using Shared.Engine;
global using JacRed.Engine;
global using Shared.Engine.JacRed;
global using Shared.Models.JacRed;