MainForm.Load +=
This commit is contained in:
parent
9927a0e305
commit
9d57c427ac
|
|
@ -1,4 +1,4 @@
|
|||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
|
||||
///Модуль предоставляет константы, типы, процедуры, функции и классы для рисования в графическом окне
|
||||
unit GraphABC;
|
||||
|
|
@ -4203,7 +4203,7 @@ begin
|
|||
InitForm;
|
||||
StartIsComplete := True;
|
||||
|
||||
mre.Set();
|
||||
MainForm.Load += (s,e) -> mre.Set();
|
||||
Application.Run(MainForm);
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue