Changeset 29 for trunk/UCore.pas
- Timestamp:
- Nov 23, 2011, 8:24:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r27 r29 7 7 uses 8 8 Classes, SysUtils, FileUtil, UCoolTranslator, UDebugLog, USystem, Registry, 9 USqlDatabase, ULoginProfileForm, URegistry, UChronisClient ;9 USqlDatabase, ULoginProfileForm, URegistry, UChronisClient, UModuleSystem; 10 10 11 11 type … … 43 43 44 44 uses 45 UApplicationInfo ;45 UApplicationInfo, UChronisClientDirect; 46 46 47 47 { TCore } … … 56 56 System := TChronisBase.Create; 57 57 System.Database := SqlDatabase1; 58 System.Client := TChronisClientDirect.Create; 59 System.RegisterModule(TModuleSystem); 60 System.ModuleSystem := TModuleSystem(System.Modules.Last); 61 58 62 {$IFDEF DEBUG} 59 63 DebugLog1.WriteToFileEnable := True;
Note:
See TracChangeset
for help on using the changeset viewer.