Changeset 81 for trunk/ZdechovNET.lpr
- Timestamp:
- Jun 21, 2012, 12:21:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ZdechovNET.lpr
r80 r81 10 10 UUser, UHTTPSessionMySQL, UHTTPSessionFile, 11 11 UCommon, UHTTPServer, UHTTPServerTCP, UHTTPServerCGI, UTCPServer, UPool, 12 UMemoryStreamEx, UMIMEType, UPageList, Interfaces, U MainModule, UWebApp;12 UMemoryStreamEx, UMIMEType, UPageList, Interfaces, UCore, UWebApp; 13 13 14 14 begin 15 15 with Application do begin 16 16 Initialize; 17 MainModule := TMainModule.Create(Application);18 MainModule.Run;17 Core := TCore.Create(Application); 18 Core.Run; 19 19 Run; 20 20 end;
Note:
See TracChangeset
for help on using the changeset viewer.