lazarus/components/tachart/tachartaggpas.pas
ask d4ba2c99b9 TAChart: Add TAChartAggPas package
git-svn-id: trunk@30147 -
2011-04-03 09:12:12 +00:00

21 lines
325 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit TAChartAggPas;
interface
uses
TADrawerAggPas, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('TAChartAggPas', @Register);
end.