сохранение records почти доделал вкладку команды, осталось лишь групповые ответы добавить
This commit is contained in:
+8
-1
@@ -5,11 +5,18 @@ interface
|
||||
|
||||
type
|
||||
TRandomCounters = record
|
||||
Name: string;
|
||||
rndName: string;
|
||||
Ot: Integer;
|
||||
ToValue: Integer;
|
||||
end;
|
||||
|
||||
type
|
||||
TListCommands = record
|
||||
R1: string;
|
||||
R2: string;
|
||||
end;
|
||||
|
||||
|
||||
type
|
||||
TConst = record
|
||||
GeneralPath: string;
|
||||
|
||||
Reference in New Issue
Block a user