Changeset 33 for trunk/UCore.pas
- Timestamp:
- Nov 24, 2011, 1:45:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r29 r33 43 43 44 44 uses 45 UApplicationInfo, UChronisClientDirect ;45 UApplicationInfo, UChronisClientDirect, UChronisClientMySQL; 46 46 47 47 { TCore } … … 56 56 System := TChronisBase.Create; 57 57 System.Database := SqlDatabase1; 58 System.Client := TChronisClientDirect.Create; 58 System.Client := TChronisClientMySQL.Create; 59 TChronisClientMySQL(System.Client).Database := SqlDatabase1; 59 60 System.RegisterModule(TModuleSystem); 60 61 System.ModuleSystem := TModuleSystem(System.Modules.Last);
Note:
See TracChangeset
for help on using the changeset viewer.