This commit is contained in:
pointfeev 2022-02-25 00:25:43 -05:00
parent cd31ac1cfa
commit 7cb38f2723
2 changed files with 0 additions and 5 deletions

View file

@ -2,11 +2,9 @@
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using HtmlAgilityPack;

View file

@ -7,7 +7,6 @@ using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows.Forms;
using CreamInstaller.Classes;
@ -16,8 +15,6 @@ using CreamInstaller.Resources;
using Gameloop.Vdf.Linq;
using HtmlAgilityPack;
namespace CreamInstaller;
internal partial class SelectForm : CustomForm