Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
lqq
/
RealICQClient
Watch
2
Star
0
Fork
0
Files
Issues
9
Pull Requests
0
Wiki
Branch:
Dev版本
Branches
Tags
Dev版本
LTS
bug-mountain-bug-sea
master
sczt2
Backup1
RealICQClient
/
lxfile
/
Project1.dpr
Project1.dpr
102 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
program Project1;
uses
Forms;
{$R *.res}
begin
Application.Initialize;
Application.Run;
end.