Ignore:
Timestamp:
Aug 8, 2016, 1:41:25 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Non-visual code moved from FormMain to Core data module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpr

    r53 r86  
    1111  CoolTranslator, UFormCategorySelect, UFormMain, UFormAcronym, UFormSettings,
    1212  UFormCategories, UFormAcronyms, UFormImportSource, UFormImportSources,
    13   UFormAbout, UFormImportFormat, UFormImportFormats, UFormImportPattern
     13  UFormAbout, UFormImportFormat, UFormImportFormats, UFormImportPattern, UCore
    1414  { you can add units after this };
    1515
     
    4545  Application.CreateForm(TFormImportFormats, FormImportFormats);
    4646  Application.CreateForm(TFormImportPattern, FormImportPattern);
     47  Application.CreateForm(TCore, Core);
    4748  Application.Run;
    4849end.
Note: See TracChangeset for help on using the changeset viewer.