mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 13:36:54 +03:00
v11.0.0
This commit is contained in:
14
tools/logfile-tool/Gasmeter_Logdownloader.dpr
Normal file
14
tools/logfile-tool/Gasmeter_Logdownloader.dpr
Normal file
@@ -0,0 +1,14 @@
|
||||
program Gasmeter_Logdownloader;
|
||||
|
||||
uses
|
||||
Vcl.Forms,
|
||||
uMain in 'uMain.pas' {Form1};
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.MainFormOnTaskbar := True;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
end.
|
||||
Reference in New Issue
Block a user