Changeset 149 for trunk/vCardStudio.lpr
- Timestamp:
- Jun 5, 2023, 8:45:38 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/vCardStudio.lpr
r138 r149 6 6 {$ENDIF} 7 7 Interfaces, // this includes the LCL widgetset 8 Forms, UFormMain, UCore, Diff, SysUtils, UFormCompare, UTestCases,9 UVCardFile, UFormColumns;8 Forms, FormMain, Core, Diff, SysUtils, FormCompare, TestCases, 9 VCardFile, FormColumns; 10 10 11 11 {$R *.res} … … 25 25 RequireDerivedFormResource:=True; 26 26 Application.Initialize; 27 Application.CreateForm(TFormMain, FormMain); 28 Application.CreateForm(TCore, Core); 27 Application.CreateForm(TCore, Core.Core); 29 28 Application.Run; 30 29 end.
Note:
See TracChangeset
for help on using the changeset viewer.