mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 22:51:02 +02:00
MG: removed interfaces
git-svn-id: trunk@3579 -
This commit is contained in:
parent
09138261ff
commit
bff634b9b0
@ -25,7 +25,7 @@ unit HelloForm;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses Interfaces, SysUtils, Classes, Forms, Buttons, Controls, Graphics;
|
uses SysUtils, Classes, Forms, Buttons, Controls, Graphics;
|
||||||
|
|
||||||
type
|
type
|
||||||
THello = class(TForm)
|
THello = class(TForm)
|
||||||
@ -89,6 +89,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.6 2002/10/29 19:33:42 lazarus
|
||||||
|
MG: removed interfaces
|
||||||
|
|
||||||
Revision 1.5 2002/10/29 08:22:32 lazarus
|
Revision 1.5 2002/10/29 08:22:32 lazarus
|
||||||
MG: added interfaces unit
|
MG: added interfaces unit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user