no message

This commit is contained in:
2024-05-07 01:06:47 +03:00
parent b39de4ad14
commit 12fddbdc95
6 changed files with 51 additions and 10 deletions

View File

@@ -85,6 +85,6 @@ public enum ServerCode {
Ping,
GetFirstActiveDVMPackageForMachineURL,
GetServerName,
StartNecessaryMachines
;
StartNecessaryMachines,
GetSapforForCompilation;
}