source upload
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
unit Unit1;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Pseudo.CreateForms, // auto-generated unit that creates forms during startup
|
||||
System.Types, SmartCL.System, SmartCL.Components, SmartCL.Forms,
|
||||
SmartCL.Application, Form1;
|
||||
|
||||
type
|
||||
TApplication = class(TW3CustomApplication)
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
Reference in New Issue
Block a user