1
0
mirror of https://bitbucket.org/Dennis07/lina-components.git synced 2024-11-24 08:02:12 +02:00
lina-components/Source/uAdvCtrls.pas
Dennis07 7b82ce01c9 Version 1.0 DEV 1.03
Signed-off-by: Dennis07 <den.goehlert@t-online.de>
2014-09-09 14:46:12 +02:00

20 lines
320 B
ObjectPascal

unit uAdvCtrls;
//////////////////////////////////////
/// Lina Advanced Controls Unit ///
/// **************************** ///
/// (c) 2014 Dennis Göhlert a.o. ///
//////////////////////////////////////
interface
uses
{ Standard-Units }
SysUtils,
{ Andere Package-Units }
uBase;
implementation
end.