Changeset 129 for trunk/Forms/UFormMain.pas
- Timestamp:
- Apr 9, 2022, 11:52:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r127 r129 76 76 77 77 uses 78 UCore, UFormContacts, U Contact;78 UCore, UFormContacts, UVCard, UVCardFile; 79 79 80 80 resourcestring … … 121 121 CoolBar1.AutosizeBands; 122 122 123 FormContacts.Contacts := T ContactsFile(Core.DataFile).Contacts;123 FormContacts.Contacts := TVCardFile(Core.DataFile).VCard.Contacts; 124 124 FormContacts.ManualDock(Self, nil, alClient); 125 125 FormContacts.Align := alClient;
Note:
See TracChangeset
for help on using the changeset viewer.