Removed Linq Usage

This commit is contained in:
Mira 2022-08-14 08:27:27 +02:00
parent 2ef5f0bc9a
commit 3f2599171e
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
2 changed files with 36 additions and 8 deletions

View file

@ -3,7 +3,6 @@ global using System.Net;
global using System.Security.Cryptography;
global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Text;
global using System.Threading.Tasks;
global using System.Drawing;