diff --git a/MyCommandsLibrary/Class1.cs b/MyCommandsLibrary/Class1.cs
deleted file mode 100644
index 2c93427..0000000
--- a/MyCommandsLibrary/Class1.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace MyCommandsLibrary
-{
- public class Class1
- {
-
- }
-}
\ No newline at end of file
diff --git a/MyCommandsLibrary/MyCommandsLibrary.csproj b/MyCommandsLibrary/MyCommandsLibrary.csproj
deleted file mode 100644
index 132c02c..0000000
--- a/MyCommandsLibrary/MyCommandsLibrary.csproj
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- net6.0
- enable
- enable
-
-
-
diff --git a/PluginManager/Online/ServerCom.cs b/PluginManager/Online/ServerCom.cs
index edd7e58..56fd5e3 100644
--- a/PluginManager/Online/ServerCom.cs
+++ b/PluginManager/Online/ServerCom.cs
@@ -1,12 +1,9 @@
-using PluginManager.Items;
-using PluginManager.Online.Helpers;
+using PluginManager.Online.Helpers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
-using System.Net;
-using System.Text;
using System.Threading.Tasks;
namespace PluginManager.Online
@@ -58,7 +55,7 @@ namespace PluginManager.Online
int c_progress = 0;
//long m_dwBytes = 0;
-
+
Others.Console_Utilities.ProgressBar pbar = new Others.Console_Utilities.ProgressBar(100, "");
IProgress progress = new Progress(percent =>
@@ -81,7 +78,7 @@ namespace PluginManager.Online
System.Threading.Thread.Sleep(500);
}
});
-
+
new System.Threading.Thread(updateProgressBarTask.Start).Start();
await DownloadFileAsync(URL, location, progress, progress_downloaded);