Initial commit
This commit is contained in:
20
upackagelist.pas
Normal file
20
upackagelist.pas
Normal file
@@ -0,0 +1,20 @@
|
||||
unit uPackageList;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, uPackage;
|
||||
|
||||
type
|
||||
{ TPackageList }
|
||||
TPackageList = class(TList)
|
||||
|
||||
end; // TPackageList
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user