Exit programs automatically by System unit

This commit is contained in:
2020-06-07 21:55:00 +03:00
parent 7add2ddf38
commit b366037e72
17 changed files with 20 additions and 26 deletions

View File

@@ -79,6 +79,6 @@ begin
OnKey;
BUTTON_EVENT:
if GetButton.ID = 1 then
TerminateThread;
Break;
end;
end.