Обощение массовой загрузки пакетов с сервера.

This commit is contained in:
2023-12-17 19:19:59 +03:00
parent d9fca1fa72
commit eefbc25be0
18 changed files with 116 additions and 77 deletions

View File

@@ -1,4 +1,5 @@
package Repository.Server;
import Visual_DVM_2021.Passes.All.DownloadDVMPackages;
public enum ServerCode {
Undefined,
ReadFile,
@@ -74,5 +75,6 @@ public enum ServerCode {
GetFirstActiveSapforPackage,
SapforPackageNeedsKill,
UpdateActiveSapforPackages,
DownloadDVMPackage;
DownloadDVMPackage,
DownloadDVMPackages;
}