We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f18fc commit 25927f6Copy full SHA for 25927f6
ATA-GUI/Forms/ShellCommandsForm.cs
@@ -1,5 +1,4 @@
1
using System;
2
-using System.Collections.Generic;
3
using System.Windows.Forms;
4
using ATA_GUI.Classes;
5
using ATA_GUI.Utils;
@@ -9,7 +8,6 @@ namespace ATA_GUI.Forms
9
8
public partial class ShellCommandsForm : Form
10
{
11
private readonly string Package;
12
- private readonly List<string> Permissions;
13
14
public ShellCommandsForm(string package)
15
ATA-GUI/Forms/UpdateForm.cs
@@ -1,11 +1,11 @@
-using ATA_GUI.Utils;
using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
6
using System.Threading;
7
using System.Threading.Tasks;
+using ATA_GUI.Utils;
namespace ATA_GUI
0 commit comments