16 lines
505 B
C#
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; |