This commit is contained in:
2022-05-20 09:57:35 +03:00
parent c719eaf4fd
commit 9f656d5f3f
24 changed files with 70 additions and 1502 deletions

View File

@@ -68,7 +68,7 @@ namespace PluginManager.Online
//m_dwBytes = downloadedBytes;
});
Task updateProgressBarTask = new Task(async () =>
Task updateProgressBarTask = new Task(() =>
{
while (isDownloading)
{