Skip to content

Commit 60264b2

Browse files
author
Eliéser M. Reis
committed
voltando ao git
0 parents  commit 60264b2

File tree

616 files changed

+366022
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

616 files changed

+366022
-0
lines changed

NFPAULISTA/NFPaulista.dpr

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
program NFPaulista;
2+
3+
uses
4+
Forms,
5+
Unit1 in 'Unit1.pas' {Form1};
6+
7+
{$R *.res}
8+
9+
begin
10+
Application.Initialize;
11+
Application.Title := 'NFPaulista';
12+
Application.CreateForm(TForm1, Form1);
13+
Application.Run;
14+
end.

0 commit comments

Comments
 (0)