lazarus/components/tachart/tachartfpvectorial.pas
2011-04-20 10:44:44 +00:00

21 lines
340 B
ObjectPascal

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