сообщение R204
This commit is contained in:
2024-04-13 20:09:26 +03:00
parent 97a26f7a0e
commit 5d09ae430c
12 changed files with 172 additions and 87 deletions

View File

@@ -82,6 +82,6 @@ public enum ServerCode {
GetDVMPackagesJson,
GetSapforPackagesJson,
GetFirstsActiveDVMPackages,
Ping
;
Ping,
GetFirstActiveDVMPackageForMachineURL;
}