Componentes.Terceros.jvcl/official/3.36/devtools/JTouch/jtouch.dpr
2009-02-27 12:23:32 +00:00

13 lines
157 B
ObjectPascal

program jtouch;
{$APPTYPE CONSOLE}
uses
SysUtils,
JTouchUtils in 'JTouchUtils.pas',
JTools in '..\Common\JTools.pas';
begin
Run;
end.