source: trunk/Packages/TemplateGenerics/TemplateGenerics.pas

Last change on this file was 6, checked in by chronos, 11 years ago
  • Přidáno: Okno s nastavením parametrů komunikace.
  • Přidáno: Pamatování si nastavení voleb.
  • Přidáno: Nyní lze stahovat nové operace, výpis dle časového rozmezí a měsíční výpisy.
File size: 568 bytes
Line 
1{ This file was automatically created by Lazarus. Do not edit!
2 This source is only used to compile and install the package.
3 }
4
5unit TemplateGenerics;
6
7interface
8
9uses
10 SpecializedList, SpecializedDictionary, SpecializedStack, SpecializedTree,
11 SpecializedQueue, SpecializedSet, SpecializedPoint, SpecializedMatrix,
12 SpecializedBitmap, SpecializedStream, SpecializedRectangle,
13 UBinarySerializer, LazarusPackageIntf;
14
15implementation
16
17procedure Register;
18begin
19end;
20
21initialization
22 RegisterPackage('TemplateGenerics', @Register);
23end.
Note: See TracBrowser for help on using the repository browser.